Skip to content

Commit 0feee0c

Browse files
committed
Fix name of GRID_API_TOKEN env var
1 parent f23749c commit 0feee0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The full API of this library can be found in [api.md](api.md).
2323
import Grid from '@grid-is/api';
2424

2525
const client = new Grid({
26-
// Defaults to process.env["GRID_API_KEY"]
26+
// Defaults to process.env["GRID_API_TOKEN"]
2727
apiKey: "YOUR_API_KEY",
2828
});
2929

0 commit comments

Comments
 (0)