Skip to content

Commit

Permalink
Fix another README issue [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedoyle committed Sep 9, 2015
1 parent 34f7124 commit dc8a542
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 @@ -142,7 +142,7 @@ It is possible to call Crystal code from your javascript:
env = Duktape::Sandbox.new ptr
a = env.get_number 0
b = env.get_number 1
env.push_int a + b
env.push_number a + b
env.return 1 # return success
end
Expand Down

0 comments on commit dc8a542

Please sign in to comment.