Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pshihn authored Apr 15, 2018
1 parent f3f3cce commit e1ee20d
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 @@ -38,7 +38,7 @@ Consider a case where one window wants to invoke a function in another window (o
Window1:
```javascript
function doAdd(a, b) {
retudn a + b;
return a + b;
}
windtalk.expose(doAdd);
```
Expand Down

0 comments on commit e1ee20d

Please sign in to comment.