Skip to content

Commit 4419e91

Browse files
Update README
1 parent eee99a6 commit 4419e91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ var MainViewController = JSB.define('MainViewController : UITableViewController'
9494
###Modules
9595

9696
JavaScriptBridge provides simple module system `require/exports` funcitons, like Node.js.
97+
See [example](https://github.com/kishikawakatsumi/JavaScriptBridge/tree/master/Examples/UICatalog/UICatalog/js).
9798

9899
```javascript
99100
var ButtonsViewController = JSB.require('buttonsViewController');

0 commit comments

Comments
 (0)