Skip to content

Commit

Permalink
doc: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
rakieta2015 committed Sep 1, 2020
1 parent dcd0d14 commit 0b9f997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ And change this line:
```php
'root' => public_path() . '/../../coreui/public/public',
```
To:
To this:
```php
'root' => public_path('public'),
```
Expand All @@ -217,7 +217,7 @@ And change this line:
```js
changePort: 'localhost:8080',
```
To:
To this:
```js
changePort: 'localhost:8000',
```
Expand Down

0 comments on commit 0b9f997

Please sign in to comment.