Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Tereshchenko committed Dec 24, 2019
1 parent 74b5809 commit 1adaadf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ SignNow Node.js REST API Wrapper
* [Returns a list of Webhooks](#list-webhooks)
* [Create a Webhook](#create-webhook)
* [Promisify methods](#promisify)
7. [Unit Tests](#unit-tests)</li>
8. [License](#license)</li>
7. [Unit Tests](#unit-tests)
8. [License](#license)
9. [Additional Contact Information](#contacts)
* [Support](#support)
* [Sales](#sales)
Expand Down Expand Up @@ -131,7 +131,7 @@ By default verification email is not sent. To send it set `verifyEmail` option t
```javascript
api.user.create({
email: '[email protected]',
password: 'yourpwd',
password: 'your password',
first_name: 'John',
last_name: 'Wayne',
number: '123-456-789',
Expand Down

0 comments on commit 1adaadf

Please sign in to comment.