Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bassel-zeidan committed Oct 2, 2017
1 parent 6b26ef2 commit dbb7263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ within a DSX Jupyter notebook, you can obtain your account credentials in the fo
If your Object Storage was created with a Softlayer account, each part of the credentials will
be found as text that you can copy and paste into the example code below.

### Softlayer CloudObjectStorage / Data Science Experience
### Softlayer Cloud Object Storage / Data Science Experience
```python
import ibmos2spark

Expand All @@ -50,7 +50,7 @@ object_name = 'file1'
data = sc.textFile(cos.url(object_name, bucket_name))
```

### Bluemix CloudObjectStorage / Data Science Experience
### Bluemix Cloud Object Storage / Data Science Experience
The class CloudObjectStorage allows you to connect to bluemix cos. You can connect to bluemix using api keys
as follows:

Expand Down

0 comments on commit dbb7263

Please sign in to comment.