Skip to content

Commit 2cf362a

Browse files
committed
update README
1 parent d06baea commit 2cf362a

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ bun add dotenv
3434
pnpm add dotenv
3535
```
3636

37+
 
38+
3739
## Usage
3840

3941
<a href="https://www.youtube.com/watch?v=YtkZR0NFd1g">
@@ -202,6 +204,8 @@ Use [dotenvx](https://github.com/dotenvx/dotenvx) to generate `.env.ci`, `.env.p
202204

203205
You need to deploy your secrets in a cloud-agnostic manner? Use [dotenvx](https://github.com/dotenvx/dotenvx) to generate a private decryption key that is set on your production server.
204206

207+
&nbsp;
208+
205209
## Multiple Environments
206210

207211
Use [dotenvx](https://github.com/dotenvx/dotenvx)
@@ -230,6 +234,8 @@ Hello local
230234

231235
[more environment examples](https://dotenvx.com/docs/quickstart/environments)
232236

237+
&nbsp;
238+
233239
## Deploying
234240

235241
Use [dotenvx](https://github.com/dotenvx/dotenvx).
@@ -247,6 +253,8 @@ Hello Production
247253

248254
[learn more](https://github.com/dotenvx/dotenvx?tab=readme-ov-file#encryption)
249255

256+
&nbsp;
257+
250258
## Agents (AS2)
251259

252260
<a href="https://dotenvx.com/as2">AS2</a> is agentic secret storage from Dotenvx.
@@ -295,7 +303,7 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari
295303
* [nestjs](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-nestjs)
296304
* [fastify](https://github.com/dotenv-org/examples/tree/master/usage/dotenv-fastify)
297305

298-
## 📖 Documentation
306+
## Documentation
299307

300308
Dotenv exposes four functions:
301309

@@ -478,7 +486,9 @@ Default: `false`
478486

479487
Override any environment variables that have already been set.
480488

481-
## ❓ FAQ
489+
&nbsp;
490+
491+
## FAQ
482492

483493
### Why is the `.env` file not loading my environment variables successfully?
484494

@@ -686,10 +696,14 @@ CMD ["dotenvx", "run", "--", "node", "index.js"]
686696

687697
See [CONTRIBUTING.md](CONTRIBUTING.md)
688698

699+
&nbsp;
700+
689701
## CHANGELOG
690702

691703
See [CHANGELOG.md](CHANGELOG.md)
692704

705+
&nbsp;
706+
693707
## Who's using dotenv?
694708

695709
[These npm modules depend on it.](https://www.npmjs.com/browse/depended/dotenv)

0 commit comments

Comments
 (0)