We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd8c85 commit 0097887Copy full SHA for 0097887
README.md
@@ -56,13 +56,7 @@ First, you need to generate an API key for the DEV platform.
56
57
For dev.to, you can do it in [the end of the extension's page](https://dev.to/settings/extensions)
58
59
-With your API key, you need to pass it in the `setup` function:
60
-
61
-```lua
62
-require'forem-nvim'.setup {
63
- api_key = "" -- Your API Key
64
-}
65
-```
+With your API key, you just need to set it into the `FOREM_API_KEY` environment variable.
66
67
## Usage
68
0 commit comments