From cf0d767fbafb98a5611aaf292878175e24b176d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=AF=CE=BBrv?= Date: Fri, 1 Feb 2019 11:44:35 +0000 Subject: [PATCH] Fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4e1c95..6a73415 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -102,4 +102,4 @@ v8 Internal function list has changed the following functions have been removed: v8 Renamed: -- ClearFunctionTypeFeedback to ClearFunctionFeedback \ No newline at end of file +- ClearFunctionTypeFeedback to ClearFunctionFeedback