We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a60ca8 commit bdb5f90Copy full SHA for bdb5f90
1 file changed
README.md
@@ -19,7 +19,7 @@ via composer: ```composer.phar require zlob/php-json-server```
19
20
##Example
21
22
-You an use this json-server with any php web framework. Here is some examples how to integrate it with Laravel and Symfony
+You an use this json-server with any php web framework. Here is some examples how to integrate it with Laravel and Symfony 2
23
24
###Laravel 5.1
25
@@ -87,7 +87,7 @@ PUT /posts/1
87
PATCH /posts/1
88
DELETE /posts/1
89
```
90
-симфони
+###Symfony 2
91
92
##License
93
MIT - [Zlob](https://github.com/zlob)
0 commit comments