Skip to content

Commit 39fa496

Browse files
committed
describe the tool a bit more
1 parent 051eb24 commit 39fa496

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.svg" alt="dotenv" align="right" width="200" />
44

5-
Load environment variables using import statements.
5+
Load `.env` into React Native with `import` statements. A Babel plugin that inlines your environment variables at build time — with multi-environment support.
66

77
&nbsp;
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-dotenv",
33
"version": "3.4.12",
4-
"description": "Load environment variables using import statements.",
4+
"description": "Load .env into React Native with import statements. A Babel plugin that inlines environment variables at build time.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/dotenvx/react-native-dotenv.git"

0 commit comments

Comments
 (0)