Skip to content

Commit 70aab65

Browse files
committed
docs: minor markdown improvements
1 parent bf813a7 commit 70aab65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/examples/auto-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This makes it easy for other developers to know which environment variables they
6868

6969
When you run your Vite dev server with the `updateGitignore: true` option, the plugin will automatically add `.env.keys` to your `.gitignore` file if it's not already there:
7070

71-
```
71+
```bash
7272
# .gitignore
7373
node_modules
7474
dist

docs/examples/nextjs-convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ console.log('Custom Setting:', process.env.CUSTOM_SETTING) // From .env.local
118118

119119
When using the Next.js convention, it's recommended to add the following to your `.gitignore` file:
120120

121-
```
121+
```bash
122122
# .gitignore
123123
.env*.local
124124
.env.keys

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://github.com/stacksjs/vite-plugin-dotenvx/blob/main/.github/art/cover.jpg?raw=true" alt="Social Card of this repo"></p>
1+
![Social Card of this repo](https://github.com/stacksjs/vite-plugin-dotenvx/blob/main/.github/art/cover.jpg?raw=true)
22

33
# Introduction
44

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dotenvx encrypt
6060

6161
This will encrypt your .env file and create a `.env.keys` file with the encryption keys. The encrypted .env file will look something like this:
6262

63-
```
63+
```bash
6464
#/-------------------[DOTENV_PUBLIC_KEY]--------------------/
6565
#/ public-key encryption for .env files /
6666
#/ [how it works](https://dotenvx.com/encryption) /

0 commit comments

Comments
 (0)