Skip to content

Commit 0b9f997

Browse files
committed
doc: fix grammar
1 parent dcd0d14 commit 0b9f997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ And change this line:
208208
```php
209209
'root' => public_path() . '/../../coreui/public/public',
210210
```
211-
To:
211+
To this:
212212
```php
213213
'root' => public_path('public'),
214214
```
@@ -217,7 +217,7 @@ And change this line:
217217
```js
218218
changePort: 'localhost:8080',
219219
```
220-
To:
220+
To this:
221221
```js
222222
changePort: 'localhost:8000',
223223
```

0 commit comments

Comments
 (0)