Skip to content

Commit

Permalink
Merge pull request #670 from LitoMore/use-svg-logo
Browse files Browse the repository at this point in the history
Use SVG logo
  • Loading branch information
motdotla committed Aug 26, 2022
2 parents 228c7b4 + 591604f commit 847c8ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -10,3 +10,4 @@ types/
appveyor.yml
CONTRIBUTING.md
dotenv.png
dotenv.svg
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# dotenv

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

Dotenv is a zero-dependency module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). Storing configuration in the environment separate from code is based on [The Twelve-Factor App](http://12factor.net/config) methodology.

Expand Down
1 change: 1 addition & 0 deletions dotenv.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 847c8ad

Please sign in to comment.