Skip to content

Commit edaa236

Browse files
authored
Merge pull request #1 from webfactor/readme-fix
fix readme
2 parents 4cfe75c + 4fcf7c5 commit edaa236

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ composer require webfactor/laravel-backpack-documents
2020
Publish the vendor files
2121

2222
``` bash
23-
$ php artisan vendor:publish --provider="Webfactor\Laravel\Backpack\Documents\LaravelBackpackDocumentsServiceProvider"
23+
$ php artisan vendor:publish --provider="Webfactor\Laravel\Backpack\Documents\DocumentsServiceProvider"
2424
```
2525

2626
Run the migration
@@ -55,7 +55,6 @@ Go to the defined route (default: wfcms/document) and edit your documents like i
5555
Send a GET-request to the api route (default: api/v1/documents) with following headers and get your documents array as JSON.
5656
Headers:
5757
```
58-
Content-Type: application-json
5958
Accept: application-json
6059
```
6160

0 commit comments

Comments
 (0)