Skip to content

Commit

Permalink
Fix result in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon authored and judofyr committed Dec 1, 2023
1 parent 35da9b9 commit 5d146e1
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 @@ -19,7 +19,7 @@ require 'duktape'
ctx = Duktape::Context.new

## Evaluate a string
p ctx.eval_string('1 + 1') # => 2
p ctx.eval_string('1 + 1') # => 2.0
```

### Contexts
Expand Down

0 comments on commit 5d146e1

Please sign in to comment.