Skip to content
Snippets Groups Projects
Commit 8aa3121e authored by VENTURI MIRKO's avatar VENTURI MIRKO
Browse files

<fix> Task #576 - Update Readme

parent 01d65368
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ Applications that use Symfony Flex ...@@ -11,7 +11,7 @@ Applications that use Symfony Flex
Open a command console, enter your project directory and execute: Open a command console, enter your project directory and execute:
```console ```console
$ composer require dipso/lockedit-bundle $ composer require dipso/lockedit-bundle:dev-main
``` ```
Applications that don't use Symfony Flex Applications that don't use Symfony Flex
...@@ -23,7 +23,7 @@ Open a command console, enter your project directory and execute the ...@@ -23,7 +23,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle: following command to download the latest stable version of this bundle:
```console ```console
$ composer require dipso/lockedit-bundle $ composer require dipso/lockedit-bundle:dev-main
``` ```
### Step 2: Enable the Bundle ### Step 2: Enable the Bundle
...@@ -36,5 +36,5 @@ in the `config/bundles.php` file of your project: ...@@ -36,5 +36,5 @@ in the `config/bundles.php` file of your project:
return [ return [
// ... // ...
<vendor>\<bundle-name>\<bundle-long-name>::class => ['all' => true], Dipso\LockeditBundle\DipsoLockeditBundle::class => ['all' => true],
]; ];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment