Skip to content

Commit 4b6defb

Browse files
Refine README.md formatting for setup instructions, ensuring consistent code block indentation for better readability.
1 parent 1695944 commit 4b6defb

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ pnpm install
5454
5555
4. **Create a `.env` file** in the project root:
5656

57-
```bash
58-
touch .env
59-
```
57+
```bash
58+
touch .env
59+
```
6060

6161
5. **Add your key** to the `.env` file:
6262

63-
```bash
64-
VITE_JOURNIUM_PUBLISHABLE_KEY=your_publishable_key_here
65-
```
63+
```bash
64+
VITE_JOURNIUM_PUBLISHABLE_KEY=your_publishable_key_here
65+
```
6666

6767
6. **Verify your setup** - check that the key is correctly saved:
6868

69-
```bash
70-
cat .env
71-
# Should show: VITE_JOURNIUM_PUBLISHABLE_KEY=pk_test_...
72-
```
69+
```bash
70+
cat .env
71+
# Should show: VITE_JOURNIUM_PUBLISHABLE_KEY=pk_test_...
72+
```
7373

7474
> **Important:** Development instances use `pk_test_` keys. Production keys start with `pk_live_`.
7575

0 commit comments

Comments
 (0)