Commit b58a71698ba798d591a503b5fe730c0ceeb1a3e0

Authored by Nathan Broadbent
1 parent e4337dcc
Exists in master and in 1 other branch production

Tweaked 'What if Errbit has an error?' section in README [ci skip]

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
README.md
... ... @@ -171,12 +171,12 @@ Issue Trackers
171 171 What if Errbit has an error?
172 172 ----------------------------
173 173  
174   -Errbit will log it's own errors to an internal app named 'Self.Errbit'.
175   -The 'Self.Errbit' app will be automatically created whenever the first error happens.
  174 +Errbit will log it's own errors to an internal app named **Self.Errbit**.
  175 +The **Self.Errbit** app will be automatically created whenever the first error happens.
176 176  
177 177 If your Errbit instance has logged an error, we would appreciate a bug report on Github Issues.
178   -You can do this manually at [https://github.com/errbit/errbit/issues](https://github.com/errbit/errbit/issues),
179   -or you can set up our Github Issues as the issue tracker for your 'Self.Errbit' app:
  178 +You can post this manually at [https://github.com/errbit/errbit/issues](https://github.com/errbit/errbit/issues),
  179 +or you can set up the Github Issues tracker for your **Self.Errbit** app:
180 180  
181 181 1. Go to the **Self.Errbit** app's edit page. If that app does not exist yet, go to the apps page and click **Add a new App** to create it. (You can also create it by running `rake hoptoad:test`.)
182 182  
... ... @@ -186,11 +186,11 @@ or you can set up our Github Issues as the issue tracker for your 'Self.Errbit'
186 186  
187 187 4. Fill in the **Username** field with your github username.
188 188  
189   - 5. On [https://github.com](https://github.com), click "Account Settings", and then "Account Admin" to find your **API Token**.
  189 + 5. On [https://github.com](https://github.com), click "Account Settings", and then "Account Admin" to find your Github **API Token**.
190 190  
191 191 6. Save the settings by clicking **Update App** (or **Add App**)
192 192  
193   - 7. You will now be able to easily post a bug report on Github Issues.
  193 + 7. You will now be able to easily post a bug report to Github Issues.
194 194  
195 195  
196 196 TODO
... ...