Skip to content

Commit 19a7f56

Browse files
authored
Update README.md
1 parent c43becd commit 19a7f56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ pip install git+https://github.com/molecule-one/m1wrapper-python
1010
### Initialization:
1111
```py
1212
from m1wrapper import MoleculeOneWrapper
13-
m1wrapper = MoleculeOneWrapper(token)
13+
m1wrapper = MoleculeOneWrapper(api_token, 'https://app.molecule.one')
1414
```
15-
- *token*: API token you'll need to authorize in our system. You can get
15+
- *api_token*: API token you'll need to authorize in our system. You can get
1616
generate yours at https://app.molecule.one/dashboard/user/api-tokens
17-
- *baseUrl* (optional): URI of the batch scoring service. Defaults to Molecule One's public
17+
- *api_base_url* (optional): URI of the batch scoring service. Defaults to Molecule One's public
1818
server, but you will need to provide custom value if you're using a dedicated solution.
1919

2020
### Running batch scoring request:

0 commit comments

Comments
 (0)