Skip to content

Commit

Permalink
Update docs link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrderyk committed Apr 2, 2024
1 parent 8c35ce5 commit 7bd49a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const sendQuery = async () => {
};
```

For more information on configuration options and callback types, see [the type definitions](src/types.ts) and our [Query API documentation](https://docs.vectara.com/docs/api-reference/search-apis/search).
For more information on configuration options and callback types, see [the type definitions](src/types.ts) and our [Query API documentation](https://docs.vectara.com/docs/api-reference/search-apis/stream-query).

## License

Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ build({
target: ["esnext", "node12.22.0"],
outdir: "./lib",
outbase: "./src",
format: "esm",
format: "cjs",
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"description": "A utility to conveniently send and receive data to/from Vectara's streaming query API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "test",
"build": "npm run clean && node build.js && tsc --emitDeclarationOnly --outDir lib",
Expand Down

0 comments on commit 7bd49a0

Please sign in to comment.