Skip to content

Commit 08389ce

Browse files
committed
Merge pull request #194 from mackstar/patch-1
English fixes in README
2 parents 353c32d + 9b5ed7e commit 08389ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ composer create-project -n bear/package bear.package ~1.0@dev
1313
cd bear.package
1414
```
1515

16-
A resource access in console.
16+
A resource can then be accessed from the console.
1717
```
1818
php docs/demo-app/bootstrap/web.php get /
1919
```
@@ -30,12 +30,12 @@ content-type: application/hal+json
3030
}
3131
}
3232
```
33-
Fire up the php server.
33+
Fire up the built-in php web server.
3434
```
3535
php -S 127.0.0.1:8080 -t docs/demo-app/var/www
3636
```
37-
You can then open a browser and go to `http://127.0.0.1:8080` to see the json output.
37+
You can then open a browser at `http://127.0.0.1:8080` to see the json output.
3838

3939
## Documentation
4040

41-
Documentation is available at http://bearsunday.github.io/ .
41+
Documentation is available at http://bearsunday.github.io/.

0 commit comments

Comments
 (0)