Skip to content

Commit dbb7263

Browse files
committed
update readme
1 parent 6b26ef2 commit dbb7263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ within a DSX Jupyter notebook, you can obtain your account credentials in the fo
3232
If your Object Storage was created with a Softlayer account, each part of the credentials will
3333
be found as text that you can copy and paste into the example code below.
3434

35-
### Softlayer CloudObjectStorage / Data Science Experience
35+
### Softlayer Cloud Object Storage / Data Science Experience
3636
```python
3737
import ibmos2spark
3838

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

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

0 commit comments

Comments
 (0)