Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMellerin authored Dec 4, 2023
1 parent 3670e45 commit d76bcc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/anonymization/essentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ complete description of each one of them in the next section.
You can also add *Anonymizers* from [community packs](./packs). For example, to add the `pack-fr-fr` run:

```bash
composer require dbtoolsbundle/pack-fr-fr
composer require db-tools-bundle/pack-fr-fr
```

If you can't find what you need from core anonymizers and in available packs, the *DbToolsBundle* allows
Expand Down
4 changes: 2 additions & 2 deletions docs/content/contribute/pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ First, you will need to adapt the provided `composer.json`:

```json
{
"name": "dbtoolsbundle/pack-template",// [!code --]
"name": "db-tools-bundle/pack-template",// [!code --]
"name": "my-vendor/pack-awesome",// [!code ++]
"description": "An example pack of anonymizers for the DbToolsBundle",// [!code --]
"description": "An awesome pack for anonymizing many things!",// [!code ++]
Expand Down Expand Up @@ -107,7 +107,7 @@ Fill this later // [!code ++]
Run the following command to add this pack to your application:

\```sh
composer require dbtoolsbundle/pack-[your pack]// [!code --]
composer require db-tools-bundle/pack-[your pack]// [!code --]
composer require my-vendor/pack-awesome// [!code ++]
\```

Expand Down

0 comments on commit d76bcc7

Please sign in to comment.