Skip to content

Commit

Permalink
Merge pull request #13 from mlrv/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in readme
  • Loading branch information
NathanaelA authored Feb 1, 2019
2 parents 91f9f41 + cf0d767 commit d8e5758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Now, you can call the v8 native commands directly (for example ```%CollectGarbag
In the examples folder is a browser example; to show you how it works in Chrome/Chromium (```chrome --js-flags="--allow-natives-syntax" browser.html```). You can run it in a non-v8 browser and it will just use the dummy shim.
In addition there is a NodeJS example to show you the same support in NodeJS. (```node --allow-natives-syntax node.js```)

Please note the examples and helper commands can show you how to use a good chunk of the optimization, general and Memory calls in the library. If someone wants to work up some examples using the variable/opject information commands; they would gladly be accepted!
Please note the examples and helper commands can show you how to use a good chunk of the optimization, general and Memory calls in the library. If someone wants to work up some examples using the variable/object information commands; they would gladly be accepted!

### Installing V8 Natives
```
Expand Down Expand Up @@ -102,4 +102,4 @@ v8 Internal function list has changed the following functions have been removed:


v8 Renamed:
- ClearFunctionTypeFeedback to ClearFunctionFeedback
- ClearFunctionTypeFeedback to ClearFunctionFeedback

0 comments on commit d8e5758

Please sign in to comment.