File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ composer create-project -n bear/package bear.package ~1.0@dev
13
13
cd bear.package
14
14
```
15
15
16
- A resource access in console.
16
+ A resource can then be accessed from the console.
17
17
```
18
18
php docs/demo-app/bootstrap/web.php get /
19
19
```
@@ -30,12 +30,12 @@ content-type: application/hal+json
30
30
}
31
31
}
32
32
```
33
- Fire up the php server.
33
+ Fire up the built-in php web server.
34
34
```
35
35
php -S 127.0.0.1:8080 -t docs/demo-app/var/www
36
36
```
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.
38
38
39
39
## Documentation
40
40
41
- Documentation is available at http://bearsunday.github.io/ .
41
+ Documentation is available at http://bearsunday.github.io/ .
You can’t perform that action at this time.
0 commit comments