Skip to content

Commit 0ecde40

Browse files
committed
Update ts readme
1 parent 61e24fd commit 0ecde40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Welcome to Anvil API usage examples in TypeScript! There are [example scripts](e
1313

1414
All scripts will require that you have an Anvil API key. See [the getting started documentation](https://www.useanvil.com/docs/api/getting-started) for help grabbing your API key.
1515

16-
When you have your API key, put it in the `.env` file here in this folder. Your `.env` will look like this:
16+
When you have your API key, copy `.env.example` in this folder to `.env`, then set ANVIL_API_KEY to your API key. Your `.env` will look like this:
1717

1818
```sh
19-
ANVIL_API_KEY=<your API key>
19+
ANVIL_API_KEY=yourAPIKey2uzgMH0ps4cyQyadhA2Wdt
2020
```
2121

2222
Each script is set up to be runnable with minimal input. Once you have an API key, you can clone this repo and run the example scripts from this directory.

0 commit comments

Comments
 (0)