Skip to content

Commit

Permalink
remove @dev
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed May 31, 2015
1 parent 62077af commit f676b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -200,7 +200,7 @@ $this->resource->get->uri('app://self/greetings')->withQuery(['lang' => 'ja'])->

### How to run test and HelloWorld demo
```
$ composer create-project --dev bear/sunday:~1.0@dev
$ composer create-project bear/sunday:~1.0
$ cd sunday
$ phpunit
$ cd docs/demo/MyVendor.HelloWorld/
Expand All @@ -213,7 +213,7 @@ $ php -S 127.0.0.1:8080
### Links

* [Homepage](http://bearsunday.github.io/)
* [BEAR.Package](https://github.com/koriym/BEAR.Package/) - a web application frame work package for BEAR.Sunday
* [BEAR.Package](https://github.com/bearsunday/BEAR.Package/) - a web application frame work package for BEAR.Sunday

### Requirements

Expand Down

0 comments on commit f676b56

Please sign in to comment.