Commit 2e24aeb2bd2326b0ea3204921a8894e17ee9341e

Authored by Vasiliy Ermolovich
2 parents 17cc07f8 63bacf0a
Exists in master and in 1 other branch production

Merge pull request #520 from crymer11/patch-1

Fix spelling in README [ci skip]
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -81,7 +81,7 @@ Password: password
81 81 Installation
82 82 ------------
83 83  
84   -*Note*: This app is intended for people with experience deploying and maintining
  84 +*Note*: This app is intended for people with experience deploying and maintaining
85 85 Rails applications. If you're uncomfortable with any step below then Errbit is not
86 86 for you.
87 87  
... ... @@ -365,7 +365,7 @@ Errbit.configure do |config|
365 365 end
366 366 ```
367 367  
368   -Then get the `notifier.js` from `errbit/public/javascript/notifier.js` and add to `application.js` on your rails app or inlcude `http://YOUR-ERRBIT-HOST/javascripts/notifier.js` on your `application.html.erb.`
  368 +Then get the `notifier.js` from `errbit/public/javascript/notifier.js` and add to `application.js` on your rails app or include `http://YOUR-ERRBIT-HOST/javascripts/notifier.js` on your `application.html.erb.`
369 369  
370 370 Issue Trackers
371 371 --------------
... ...