Skip to content

Commit 37cb281

Browse files
committed
typo in node binding README
1 parent 83c2ca8 commit 37cb281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This script runs a simple test to ensure the native module was built correctly.
6161
| `cli.js` | The executable script invoked as a Command Line Interface. |
6262
| `index.d.ts` | The generated TypeScript typing info the describes the exposing functionality in the built native module. |
6363
| `index.js` | The generated script that delegates which platform-specific package to import. |
64-
| `cpp-linter.x-y-z.node` | Then native module built for a specific platform (where `x-y-z` denotes the platform's name using compilation target). |
64+
| `cpp-linter.x-y-z.node` | The native module built for a specific platform (where `x-y-z` denotes the platform's name using the compilation target). |
6565

6666
Hidden files and folders are not described in the table above.
6767
If they are not ignored by a gitignore specification, then they should be considered

0 commit comments

Comments
 (0)