Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jun 20, 2016
1 parent e24c09b commit dc755a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@ Option | Description
`router` | The router to use, when processing the route files (can be Laravel or Dingo - defaults to Laravel)
`bindings` | List of route bindings that should be replaced when trying to retrieve route results. Syntax format: `binding_one,id|binding_two,id`

## Publish rule descriptions for customisation or translate.
## Publish rule descriptions for customisation or translation.

For default, this package returns the descriptions in the main language of the application. But provides the possibility of publish the language files for customisation or translate.
By default, this package returns the descriptions in the main language of the application.
You can publish the packages language files, to customise and translate the documentation output.

```sh
$ php artisan vendor:publish
```

After to publish you can customize or translate the descriptions in the language you want by editing the files in `public/vendor/apidoc/resources/lang`.
After the files are published you can customise or translate the descriptions in the language you want by editing the files in `public/vendor/apidoc/resources/lang`.


### How does it work?
Expand Down

0 comments on commit dc755a5

Please sign in to comment.