Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioricali committed Jun 2, 2020
1 parent b2be021 commit 6715cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ nuk install react/umd
After this a `vendors/react-x.x.x/` folder will be created with only the files of the React umd folder present in the package on npm.
Now, you can include your file:
```html
<script src="vendors/react-x.x.x/umd/react.production.min.js"></script>
<script src="vendors/react-x.x.x/react.production.min.js"></script>
```

PS: if it doesn't already exist, a configuration file called `nuk.json` will be automatically created. This serves as
Expand Down Expand Up @@ -129,4 +129,4 @@ You can view the changelog <a target="_blank" href="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/fabiorica
nuk is open-sourced software licensed under the <a target="_blank" href="https://opensource.org/licenses/MIT">MIT license</a>

## Author
<a target="_blank" href="https://rica.li">Fabio Ricali</a>
<a target="_blank" href="https://rica.li">Fabio Ricali</a>

0 comments on commit 6715cf4

Please sign in to comment.