Skip to content

Commit 6b4c7a5

Browse files
authored
docs: fix ts package name (#457)
1 parent 30eba0c commit 6b4c7a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modules/ragstack-ts/pages/quickstart.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ NPM::
3737
+
3838
[source,bash]
3939
----
40-
npx @datastax/ragstack-ai-ts install --use-npm
40+
npx @datastax/ragstack-ai install --use-npm
4141
----
4242
4343
Yarn::
4444
+
4545
[source,console]
4646
----
47-
npx @datastax/ragstack-ai-ts install --use-yarn
47+
npx @datastax/ragstack-ai install --use-yarn
4848
----
4949
======
5050
+
@@ -149,12 +149,12 @@ node index.js
149149
After you have installed the RAGStack package, you can upgrade it to the latest version using the re-running the cli command:
150150
[source,bash]
151151
----
152-
npx @datastax/ragstack-ai-ts install
152+
npx @datastax/ragstack-ai install
153153
----
154154
or you can upgrade to a specific version:
155155
[source,bash]
156156
----
157-
npx @datastax/ragstack-ai-ts install x.y.z
157+
npx @datastax/ragstack-ai install x.y.z
158158
----
159159

160160

0 commit comments

Comments
 (0)