Skip to content

Commit

Permalink
Merge pull request #2 from gingur/patch-1
Browse files Browse the repository at this point in the history
Update README.md code example
  • Loading branch information
developit committed Jul 25, 2018
2 parents 9f104f4 + 695a3ed commit daad199
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 @@ -56,7 +56,7 @@ const inst = await new MyClass(42); // notice the await

await inst.increment();

await inst.foo(); // 43
await inst.getValue(); // 43
```

## License
Expand Down

0 comments on commit daad199

Please sign in to comment.