Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
Release-As: 1.9.1
PiperOrigin-RevId: 689827053
  • Loading branch information
yyyu-google authored and copybara-github committed Oct 25, 2024
1 parent b0db9e2 commit cda37d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ npm install @google-cloud/vertexai
## Initialize the `VertexAI` class

To use the Vertex AI SDK for Node.js, create an instance of `VertexAI` by
passing it your Google Cloud project ID and location. Then create a reference to
a generative model.
passing it your Google Cloud project ID and location. Then create an instance of
the GenerativeModel class using the VertexAI class methods.

```javascript
const {
Expand Down

0 comments on commit cda37d9

Please sign in to comment.