Skip to content

Commit

Permalink
Remove old login() requirement in DLHub client init
Browse files Browse the repository at this point in the history
  • Loading branch information
blaiszik committed Nov 18, 2019
1 parent 709eade commit 7f220c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To create the client, call
```python
from dlhub_sdk.client import DLHubClient

client = DLHubClient.login()
client = DLHubClient()
```

The client makes it simple to find interesting machine learning models.
Expand Down

0 comments on commit 7f220c7

Please sign in to comment.