Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbadan committed Oct 16, 2019
1 parent f155c3f commit d49a5bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ For an existing react application, follow the steps below:

> **NOTE:** Importing from specific component is recommended. Doing so will bring in only the component you are using instead of the whole library, which will reduce your bundle size significantly.
## UMD releases

We are providing two Universal Module Definition (UMD) files:

- one for development: https://unpkg.com/fundamental-react@latest/umd/fundamental-react.development.js
- one for production: https://unpkg.com/fundamental-react@latest/umd/fundamental-react.production.min.js


## Versioning
Expand Down

0 comments on commit d49a5bf

Please sign in to comment.