Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pely-anduril authored Nov 16, 2024
1 parent 7a03818 commit d397010
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Anduril SDK Javascript
# Lattice SDK Javascript

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

## Requirements

Expand All @@ -27,7 +27,7 @@ Create a file in the package directory
```json
{
"dependencies": {
"@anduril/anduril-javascript": "1.0.6",
"@anduril/lattice-sdk-javascript": "1.0.6",
"@connectrpc/connect-node": "1.4.0"
}
}
Expand All @@ -41,11 +41,11 @@ Index.ts
import { EntityManagerAPI } from "@anduril/anduril-javascript/src/anduril/entitymanager/v1/entity_manager_api.pub_connect.js";
import { createGrpcTransport } from "@connectrpc/connect-node";
import { createPromiseClient } from "@connectrpc/connect";
import { Entity } from "@anduril/anduril-javascript/src/anduril/entitymanager/v1/entity.pub_pb.js";
import { Entity } from "@anduril/lattice-sdk-javascript/src/anduril/entitymanager/v1/entity.pub_pb.js";

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

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

## Support

For support with this library please [file an issue](https://github.com/anduril/anduril-javascript/issues/new) or reach out to your Anduril representative.
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.



0 comments on commit d397010

Please sign in to comment.