Skip to content

Commit d4e27d9

Browse files
tjschuckyugui
authored andcommitted
Update README docs
It's `Jsonnet.evaluate`, not `Jsonnet.parse`.
1 parent ce609fd commit d4e27d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gem install jsonnet -- --use-system-libraries
6363

6464
Load the library with `require "jsonnet"`
6565

66-
You can evaluate a string of Jsonnet using `Jsonnet.parse`
66+
You can evaluate a string of Jsonnet using `Jsonnet.evaluate`
6767

6868
```
6969
irb(main):002:0> Jsonnet.evaluate('{ foo: "bar" }')

0 commit comments

Comments
 (0)