diff --git a/README.md b/README.md index e125d71c86c5..e1b2cd1398c6 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ Most online invoicing sites are expensive. They shouldn't be. The aim of this pr ### Steps to setup -Fork the Github project +If you plan on submitting changes it's best to fork the repo (https://help.github.com/articles/fork-a-repo), otherwise you can just checkout the code. -https://help.github.com/articles/fork-a-repo + git clone git@github.com:hillelcoren/invoice-ninja.git ninja + cd ninja Install Laravel packages using Composer diff --git a/app/views/users/forgot_password.blade.php b/app/views/users/forgot_password.blade.php index 1b4d330f7ab2..a36be7f4c88d 100755 --- a/app/views/users/forgot_password.blade.php +++ b/app/views/users/forgot_password.blade.php @@ -53,7 +53,7 @@
{{ Form::text('email', Input::old('email'), array('placeholder' => 'Email address')) }}