Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a4e0995

Browse files
committed
docs: fix README
1 parent 7838bc4 commit a4e0995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a [single-spa](https://single-spa.js.org/) example React microapp.
2020

2121
## Config
2222

23-
For available variables config which depend on the running environment (`development` or `production`), please refer to `config/development.js` and `config/production.js`.
23+
For available variables config which depend on the running environment (`APPENV=dev` or `APPENV=prod`), please refer to `config/dev.js` and `config/prod.js`.
2424

2525
For application constants which don't depend on the running environment use `src/constants/index.js`.
2626

0 commit comments

Comments
 (0)