From 5b5e4ccf0b92155f842b04804dadcf034ce49ea8 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 30 Jan 2022 19:03:03 +1100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b62c83e..cf822e4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Load package version of your package.json into your [vite](https://github.com/vitejs/vite) environment. -Will inject `import.meta.env.PACKAGE_VERSION` with the version specified in your package.json. +Will inject `import.meta.env.PACKAGE_VERSION` and `import.meta.env.BUILD_DATE` with the version specified in your package.json. ## Installation