From b397aba930e1a9d3e751c8c7bf0732e19d7ad5bc Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Fri, 22 Nov 2024 08:41:26 +0100 Subject: [PATCH] add missing colon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e143f52..842c88d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ export default defineConfig({ ``` > [!TIP] -> You might want to use [`loadEnv`](https://v4.vitejs.dev/config/#using-environment-variables-in-config) in your configuration to load `.env` files +> You might want to use [`loadEnv`](https://v4.vitejs.dev/config/#using-environment-variables-in-config) in your configuration to load `.env` files. ### API