Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danilenar committed Sep 12, 2018
1 parent 501f6a8 commit 4a46f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ This endpoint allows to create a new erc20 crowdsale. By this, user will deploy
##### Required values

To perform a deploy user must send following values:

- **env (string): ** Enviroment to perform the method.
- **email (string): ** The user email.
- **args (object): ** The arguments required by the function. In this case, the constructor arguments, listed below:
Expand Down Expand Up @@ -352,4 +353,4 @@ _Request example (application/json): _
{
"email" : "user@example.com"
}
```
```

0 comments on commit 4a46f68

Please sign in to comment.