We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2d4db commit 09427b4Copy full SHA for 09427b4
src/content/docs/back-end/express-js.mdx
@@ -45,7 +45,7 @@ execute the following steps manually.
45
}))
46
```
47
{/* Add step about env file */}
48
- _For more information on how to obtain a token, please refer to the [obtaining a token](/usage/obtaining-token) guide._
+ _For more information on how to obtain an API key, please refer to the [obtaining an API key](/usage/obtaining-api-key) guide._
49
3. Modfiy the `app.js` / `app.tsx` of your React application to provide the Stringtale Context to your application.
50
```tsx
51
import { StringtaleProvider } from "@stringtale/react"
0 commit comments