Skip to content

Commit f4e025f

Browse files
authored
Change "client" to "SDK" (#149)
## Problem We are inconsistent in how we refer to our client libraries. ## Solution 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 ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Infrastructure change (CI configs, etc) - [x] Non-code change (docs, etc) - [ ] None of the above: (explain here) ## Test Plan Describe specific steps for validating this change.
1 parent e5f79bb commit f4e025f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
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)