Skip to content

Commit 0a05304

Browse files
committed
Update README.md
Typo in the sample code fixed
1 parent bb772cd commit 0a05304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Access the values in the callback function of the `gn.start()`
1919

2020
<script src="/js/gyronorm.js"></script>
2121

22-
var args = {read:ongnReady};
22+
var args = {ready:ongnReady};
2323
var gn = new GyroNorm(args);
2424
2525
var ongnReady = function(){

0 commit comments

Comments
 (0)