Skip to content

Commit

Permalink
Add updating info
Browse files Browse the repository at this point in the history
  • Loading branch information
joequery committed Oct 27, 2015
1 parent ebb416b commit 6a4fb1f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Run the unit test to verify everything works correctly

~$ ./vendor/bin/phpunit tests/

You sould see the following output
You should see the following output

PHPUnit 4.8.16 by Sebastian Bergmann and contributors.

Expand All @@ -42,3 +42,11 @@ Suppose you want to create a namespace named `MyNameSpace`
it matches the php file name exactly
5. Files that wish to use `MyClass` can now access it via `use
MyNameSpace\MyClass`.

Adding/editing namespaces
-------------------------

Any time you update composer.json with new namespace information, you must run
an update.

$ php composer.phar update

0 comments on commit 6a4fb1f

Please sign in to comment.