Skip to content

Commit 99d2d5b

Browse files
committed
Change "client" to "SDK"
As we mostly refer to our "SDKs" rather than our "clients", we've updated our docs to prefer "SDK". This PR makes equivalent updates to the Java SDK README. Addresses: https://app.asana.com/0/1206419570114940/1207978475519546/f
1 parent e5f79bb commit 99d2d5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Pinecone Java Client
1+
# Pinecone Java SDK
22

3-
The Pinecone Java client lets JVM applications interact with Pinecone services.
3+
The Pinecone Java SDK lets JVM applications interact with Pinecone services.
44

55
## Requirements
66

@@ -28,8 +28,8 @@ implementation "io.pinecone:pinecone-client:1.2.2"
2828

2929
[comment]: <> (^ [pc:VERSION_LATEST_RELEASE])
3030

31-
Alternatively, you can use our standalone uberjar [pinecone-client-2.0.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/2.0.0/pinecone-client-2.0.0-all.jar), which bundles the pinecone
32-
client and all dependencies together. You can include this in your classpath like you do with any 3rd party JAR without
31+
Alternatively, you can use our standalone uberjar [pinecone-client-2.0.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/2.0.0/pinecone-client-2.0.0-all.jar), which bundles the Pinecone
32+
SDK and all dependencies together. You can include this in your classpath like you do with any 3rd party JAR without
3333
having to obtain the *pinecone-client* dependencies separately.
3434

3535
[comment]: <> (^ [pc:VERSION_LATEST_RELEASE])

0 commit comments

Comments
 (0)