We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23749c commit 0feee0cCopy full SHA for 0feee0c
1 file changed
README.md
@@ -23,7 +23,7 @@ The full API of this library can be found in [api.md](api.md).
23
import Grid from '@grid-is/api';
24
25
const client = new Grid({
26
- // Defaults to process.env["GRID_API_KEY"]
+ // Defaults to process.env["GRID_API_TOKEN"]
27
apiKey: "YOUR_API_KEY",
28
});
29
0 commit comments