Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Oct 29, 2016
1 parent c1c2062 commit 60d5019
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -46,14 +46,14 @@ You will need to set the following system properties. **Pay a lot of attention w
</tr>
<tr>
<td>charles.rest.endpoint</td>
<td>--domain--/charles-rest/api/notifications</td>
<td>**domain**/**charles-rest-context-root**/api/notifications</td>
<td><b>Mantadory</b>. Rest endpoint from charles-rest<br>where the found notifications should be sent for handling.</td>
</tr>
<tr>
<td>github.auth.token</td>
<td>string</td>
<td><b>Mantadory</b>. Github's agent access token. It should only have permissions to check notifications, star repos and
post comments. <b>Do not give full permsions!</b></td>
<td><b>Mantadory</b>. Github agent's access token. It should only have permissions to check notifications, star repos and
post comments. <b>Do not give full permissions!</b></td>
</tr>
</table>

Expand All @@ -69,13 +69,13 @@ You will need to set the following system properties. **Pay a lot of attention w
</tr>
<tr>
<td>charles.rest.logs.endpoint</td>
<td>--domain--/charles-rest/api/logs</td>
<td>**domain**/**charles-rest-context-root**/api/logs</td>
<td><b>Mantadory</b>. Rest endpoint from charles-rest<br>that returns the log of an action.</td>
</tr>
<tr>
<td>github.auth.token</td>
<td>string</td>
<td><b>Mantadory</b>. Github's agent access token. <b>Must be the same as for the EJB checker</b></td>
<td><b>Mantadory</b>. Github agent's access token. <b>Must be the same as for the EJB checker</b></td>
</tr>
<tr>
<td>phantomjsExec</td>
Expand Down

0 comments on commit 60d5019

Please sign in to comment.