Skip to content

Commit d827785

Browse files
authored
Update README.md sequence (#397)
Fixes #398
1 parent 2fa63b6 commit d827785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ for complete code.
3434
npm install @google/generative-ai
3535
```
3636

37-
1. Initialize the model
37+
2. Initialize the model
3838

3939
```js
4040
import { GoogleGenerativeAI } from "@google/generative-ai";
@@ -44,7 +44,7 @@ const genAI = new GoogleGenerativeAI(process.env.API_KEY);
4444
const model = genAI.getGenerativeModel({ model: "gemini-1.5-flash" });
4545
```
4646

47-
1. Run a prompt
47+
3. Run a prompt
4848

4949
```js
5050
const prompt = "Does this look store-bought or homemade?";
@@ -95,4 +95,4 @@ to the Google AI JavaScript SDK.
9595
## License
9696

9797
The contents of this repository are licensed under the
98-
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
98+
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)