Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jul 13, 2019
1 parent 9891328 commit 3b1156c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ function App() {
<img src='profile.jpeg'/> raphamorim <span>8m</span>
</div>
<div className='debug'>
<p>isWasmEnabled: {String(isWasmEnabled())}</p>
<p>_doubler: {String(instance && instance._doubler(2))}</p>
<p>isWasmEnabled: {String(true)}</p>
<p>_doubler: {String(4)}</p>
</div>
</Fragment>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b1156c

Please sign in to comment.