Skip to content

Commit 73b23eb

Browse files
committed
Update documentation for community client to specify TypeScript/JavaScript support
1 parent f5382c6 commit 73b23eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/stream_api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ curl --header "Accept:text/event-stream" --get --url "https://sourcegraph.com/.a
137137

138138
If you don't want to write your own client, you can also use Sourcegraph's [src-cli](https://sourcegraph.com/github.com/sourcegraph/src-cli).
139139

140-
An open source community client for JavaScript (for Node.JS, browser, Deno etc.) is available at [source-graph-stream-client](https://github.com/ziv/source-graph-stream-client/tree/main).
140+
A community-maintained open source TypeScript/JavaScript client supporting Node.js, browsers, and Deno is available at [ziv/source-graph-stream-client](https://sourcegraph.com/github.com/ziv/source-graph-stream-client).
141141

142142
```bash
143143
src search -stream "secret count:all"

0 commit comments

Comments
 (0)