Unverified Commit d32d2f3c authored by Joe Haddad's avatar Joe Haddad
Browse files

Update the README

parent a5dc84da
Showing with 7 additions and 3 deletions
+7 -3
# `react-error-overlay` # `react-error-overlay`
An overlay for displaying stack frames. `react-error-overlay` is an overlay which displays when there is a runtime error.
# API ## Development
<!-- Generated by documentation.js. Update this documentation by updating the source code. --> When developing within this package, make sure you run `npm start` (or `yarn start`) so that the files are compiled as you work.
This is ran in watch mode by default.
If you would like to build this for production, run `npm run build:prod` (or `yarn build:prod`).<br>
If you would like to build this one-off for development, you can run `NODE_ENV=development npm run build` (or `NODE_ENV=development yarn build`).
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment