Skip to content

Commit fdd03a5

Browse files
committed
Update README.md
1 parent 9d4270f commit fdd03a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BEAR.Package
22

3-
[![Latest Stable Version](https://poser.pugx.org/bear/package/v/stable.png)](https://packagist.org/packages/bear/package)[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/koriym/BEAR.Package/badges/quality-score.png?b=develop-2)](https://scrutinizer-ci.com/g/koriym/BEAR.Package/?branch=develop-2)
3+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/koriym/BEAR.Package/badges/quality-score.png?b=develop-2)](https://scrutinizer-ci.com/g/koriym/BEAR.Package/?branch=develop-2)
44
[![Build Status](https://travis-ci.org/koriym/BEAR.Package.svg?branch=develop-2)](https://travis-ci.org/koriym/BEAR.Package)
55

66
## Introduction
@@ -9,19 +9,19 @@ BEAR.Package is a [BEAR.Sunday](https://github.com/koriym/BEAR.Sunday) resource
99

1010
# Installation
1111

12-
$ composer create-project bear/package:~1.0@dev {PACKAGE_PATH}
12+
$ composer create-project bear/package:~1.0@dev {$Vendor.$Package}
1313

1414
## built-in web server
1515

1616
for demo app web page
1717

18-
$ php -S 0.0.0.0:8080 -t docs/demo-app/var/www/
18+
$ php -S 127.0.0.1:8080 -t docs/demo-app/var/www/
1919

20-
You can then open a browser and go to `http://0.0.0.0:8080` to see the `{"greeting":"Hello BEAR.Sunday"}` json output.
20+
You can then open a browser and go to `http://127.0.0.1:8080` to see the `{"greeting":"Hello BEAR.Sunday"}` json output.
2121

2222
## Virtual Host for Production
2323

24-
Set up a virtual host to point to the `{$PACKAGE_PATH}docs/demo-app/var/www` directory of the application.
24+
Set up a virtual host to point to the `/path/to/package/docs/demo-app/var/www` directory of the application.
2525

2626
## Demo - Hypermedia Application Language (HAL)
2727

0 commit comments

Comments
 (0)