Skip to content

Commit

Permalink
Minor: web -> public in docs (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored and monteiro committed Nov 3, 2019
1 parent 9c80406 commit 7418f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _bazinga_jstranslation:
Publish assets:
php bin/console assets:install --symlink web
php bin/console assets:install --symlink
### Require via NPM (optional)
Expand Down Expand Up @@ -198,7 +198,7 @@ This bundle provides a command to dump the translation files:
php bin/console bazinga:js-translation:dump [target] [--format=js|json] [--pattern=/translations/{domain}.{_format}] [--merge-domains]

The optional `target` argument allows you to override the target directory to
dump JS translation files in. By default, it generates files in the `web/js/`
dump JS translation files in. By default, it generates files in the `public/js/`
directory.

The `--format` option allows you to specify which formats must be included in the output.
Expand Down

0 comments on commit 7418f54

Please sign in to comment.