Skip to content

Commit d397010

Browse files
authored
Update README.md
1 parent 7a03818 commit d397010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Anduril SDK Javascript
1+
# Lattice SDK Javascript
22

3-
The official [Anduril](https://www.anduril.com/) client library.
3+
The official [Anduril](https://www.anduril.com/) Lattice SDK for Javascript.
44

55
## Requirements
66

@@ -27,7 +27,7 @@ Create a file in the package directory
2727
```json
2828
{
2929
"dependencies": {
30-
"@anduril/anduril-javascript": "1.0.6",
30+
"@anduril/lattice-sdk-javascript": "1.0.6",
3131
"@connectrpc/connect-node": "1.4.0"
3232
}
3333
}
@@ -41,11 +41,11 @@ Index.ts
4141
import { EntityManagerAPI } from "@anduril/anduril-javascript/src/anduril/entitymanager/v1/entity_manager_api.pub_connect.js";
4242
import { createGrpcTransport } from "@connectrpc/connect-node";
4343
import { createPromiseClient } from "@connectrpc/connect";
44-
import { Entity } from "@anduril/anduril-javascript/src/anduril/entitymanager/v1/entity.pub_pb.js";
44+
import { Entity } from "@anduril/lattice-sdk-javascript/src/anduril/entitymanager/v1/entity.pub_pb.js";
4545

4646
const transport = createGrpcTransport({
4747
// Requests will be made to <baseUrl>/<package>.<service>/method
48-
baseUrl: "https://desert-guardian.anduril.com",
48+
baseUrl: "https://${YOUR_BASE_URL}",
4949

5050
// You have to tell the Node.js http API which HTTP version to use.
5151
httpVersion: "2",
@@ -71,7 +71,7 @@ void main();
7171

7272
## Support
7373

74-
For support with this library please [file an issue](https://github.com/anduril/anduril-javascript/issues/new) or reach out to your Anduril representative.
74+
For support with this library please [file an issue](https://github.com/anduril/lattice-sdk-javascript/issues/new) or reach out to your Anduril representative.
7575

7676

7777

0 commit comments

Comments
 (0)