Skip to content

Commit 0c8e2bc

Browse files
author
Jasdeep Khalsa
committed
Clarifying install procedure and credits in readme
1 parent e43f8ab commit 0c8e2bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We have also included a sample PHP class so you can learn a few tricks in how to
1212
## Simple-tastic 3 Step Installation ##
1313
* Open a Terminal. Download the repo with `git clone https://github.com/jasdeepkhalsa/tweet-counter.git`
1414
* `cd` into where you downloaded your repo and run `php composer.phar self-update`
15-
* Now, run `php composer.phar update`
15+
* Now, run `php composer.phar install --dev`
1616

1717
Note: `php` refers to the location of your php executable, if its not on your system's path
1818

@@ -65,8 +65,8 @@ Once you have the name of your application which we shall refer to as `YourApp`,
6565
5. Run `./vendor/bin/phpunit` again to make sure all tests are passing again
6666

6767
## Credits ##
68-
* Me and my awesomely laborious efforts in getting to grips with PHPUnit testing
69-
* Constant support from PHP Guru Jujhar Singh from [Buto](http://get.buto.tv/) who also inspired the test case style in the examples
68+
* To the wonderful people on [Stack Overflow](http://stackoverflow.com/questions/15710410/autoloading-classes-in-phpunit-using-composer-and-autoload-php) for helping me understand PHPUnit better
69+
* Constant support from PHP Guru Jujhar Singh from [Buto](http://get.buto.tv/) who also inspired the test case style used in the examples
7070
* Class examples inspired from video by Jeffrey Way from [Nettuts+](http://net.tutsplus.com/tutorials/php/better-workflow-in-php-with-composer-namespacing-and-phpunit/)
7171

7272
## Contact ##

0 commit comments

Comments
 (0)