We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1b247 commit f9cf1feCopy full SHA for f9cf1fe
README.md
@@ -3,7 +3,7 @@ StringBuilder for Node.js
3
4
An easy and fast in-memory string builder for Node.js.
5
6
-NOTICE: N-API is a new experimental feature in Node.js 8. Currently, it can be used by adding `--napi-modules` option when executing Node.js 8.
+NOTICE: N-API is a new experimental feature in Node.js 8.
7
8
## Code Example
9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-stringbuilder",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "An easy and fast in-memory string builder for Node.js.",
"main": "index.js",
"scripts": {
0 commit comments