Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Make it more clear what the env plugin can be used for (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach authored and eliperelman committed Jul 31, 2017
1 parent f1d7d15 commit 127aadd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/middleware/neutrino-middleware-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Join Slack][slack-image]][slack-url]

`neutrino-middleware-env` is Neutrino middleware for injecting environment variable definitions into
source code at `process.env`. Always injects `process.env.NODE_ENV`, unless overridden.
source code at `process.env`. You can use this to make a custom environment variable (e.g. an API server backend to
use) available inside your project. Always injects `process.env.NODE_ENV`, unless overridden.

## Requirements

Expand Down

0 comments on commit 127aadd

Please sign in to comment.