Skip to content

Commit

Permalink
Fix example code in README (#205)
Browse files Browse the repository at this point in the history
(cherry picked from commit bc61d57)
  • Loading branch information
feynmanliang authored and dcrankshaw committed Jun 27, 2017
1 parent 1180d89 commit 4574410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Clipper is a prediction serving system that sits between user-facing application
```
$ pip install clipper_admin
$ python
>>> from clipper_admin import Clipper, numpy as np
>>> from clipper_admin import Clipper
>>> import numpy as np
# Start a Clipper instance on localhost
>>> clipper = Clipper("localhost")
Checking if Docker is running...
Expand Down

0 comments on commit 4574410

Please sign in to comment.