Skip to content

Commit 43b9215

Browse files
authored
Update README.md
1 parent 313eb7b commit 43b9215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
##What's phpMv-UI ?
1212
phpMv-UI is a php library for php : a php wrapper for JQuery and UI components (JQuery, Twitter Bootstrap, Semantic-UI).
1313

14-
Using the dependency injection, the jQuery object can be injected into **php framework container** object, allowing for the generation of jQuery scripts in controllers, respecting the MVC design pattern.
14+
Using the dependency injection, the jQuery object can be injected into **php framework container**, allowing for the generation of jQuery scripts in controllers, respecting the MVC design pattern.
1515

1616
##Requirements/Dependencies
1717

@@ -38,7 +38,7 @@ Create the composer.json file in the app directory as follows:
3838
```json
3939
{
4040
"require": {
41-
"phpMv/phpMv-UI": "~v1.0.0"
41+
"phpmv/php-mv-ui": "dev-master"
4242
}
4343
}
4444
```

0 commit comments

Comments
 (0)