Skip to content

Commit eb33c1a

Browse files
Update README.md
1 parent 526d8bf commit eb33c1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scala/README.md

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

136-
### Softlayer IBM Cloud Object Storage / Data Science Experience
136+
### Softlayer IBM Cloud Object Storage (COS)
137137
```scala
138138
import com.ibm.ibmos2spark.CloudObjectStorage
139139

@@ -158,9 +158,9 @@ var dfData1 = spark.
158158
load(cos.url(bucketName, objectname))
159159
```
160160

161-
### Bluemix IBM Cloud Object Storage / Data Science Experience
162-
The class CloudObjectStorage allows you to connect to bluemix cos. You can connect to
163-
bluemix using api keys as follows:
161+
### Bluemix IBM Cloud Object Storage (COS)
162+
The class CloudObjectStorage allows you to connect to an IBM bluemix COS. You can connect to
163+
a bluemix COS using api keys as follows:
164164
```scala
165165
import com.ibm.ibmos2spark.CloudObjectStorage
166166

@@ -184,7 +184,7 @@ var dfData1 = spark.
184184
option("inferSchema", "true").
185185
load(cos.url(bucketName, objectname))
186186
```
187-
Alternatively, you can connect to bluemix cos using IAM token. Example:
187+
Alternatively, you can connect to a bluemix COS using IAM token. Example:
188188
```scala
189189
import com.ibm.ibmos2spark.CloudObjectStorage
190190

0 commit comments

Comments
 (0)