Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsontom committed Nov 18, 2019
1 parent 0fb6804 commit be33ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Then once you load the library; you can set the API Token as an option variable.
```r
library(metabolighteR)
set_api_token()
mtbls_key()
```
If you haven't added your API Token to the .Renviron; the the API Token can be set as an option by passing the API Token as an argumnet in the `set_api_token` function.

```r
library(metabolighteR)

set_api_token("<your-api-token_here>")
mtbls_key("<your-api-token_here>")
```

0 comments on commit be33ab4

Please sign in to comment.