Commit 63bacf0a9779d3ad2d03b09c4f75288b44398b84

Authored by Colin Rymer
1 parent 17cc07f8
Exists in master and in 1 other branch production

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 --------------
... ...