From d7d1a6abee26e65258d81bcd42c848df45143724 Mon Sep 17 00:00:00 2001 From: Kenvin Davies Date: Wed, 21 Aug 2019 12:55:11 +0600 Subject: [PATCH] doc: update prebuild_tools.md PR-URL: https://github.com/nodejs/node-addon-api/pull/527 Reviewed-By: Michael Dawson Reviewed-By: NickNaso --- doc/prebuild_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/prebuild_tools.md b/doc/prebuild_tools.md index d7b1d3c..573af68 100644 --- a/doc/prebuild_tools.md +++ b/doc/prebuild_tools.md @@ -9,7 +9,7 @@ possible to ditribute the native add-on in pre-built form for different platform and architectures. The prebuild tools help to create and distrubute the pre-built form of a native add-on. -The following list report two of the tools that are compatible with **N-API**: +The following list report known tools that are compatible with **N-API**: - **[node-pre-gyp](https://www.npmjs.com/package/node-pre-gyp)** - **[prebuild](https://www.npmjs.com/package/prebuild)**