Skip to content

Commit

Permalink
updated wrapper example
Browse files Browse the repository at this point in the history
closes ChapelR#1
  • Loading branch information
ChapelR committed Jul 22, 2018
1 parent 1f30a87 commit 96f2533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Finally, there's the `HEAD.html` file. You can add HTML code to your project's
Tip: If you're using a JavaScipt library that was designed for the web, you may want place it in the `dist` folder and link to it in the `HEAD.html` file. You can also include it in your `vendor` scripts, but it may need a wrapper like this to persuade it to work:

```javascript
(function (define, exports) {
(function (define, module, exports) {

/* library code goes here */

Expand Down

0 comments on commit 96f2533

Please sign in to comment.