From e9705cbd44154435a6ad32979e80005a8eef137d Mon Sep 17 00:00:00 2001 From: Yvonne Yu Date: Fri, 25 Oct 2024 10:22:55 -0700 Subject: [PATCH] docs: update README Release-As: 1.9.1 PiperOrigin-RevId: 689832910 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc41dc68..b677151b 100644 --- a/README.md +++ b/README.md @@ -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 {