From 536ae254582b3785c14e239c1ca2ac40d8b2cec8 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 22 Oct 2018 17:51:16 -0400 Subject: [PATCH 1/2] doc: Add git more info to the readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10081af..a03726c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # napi-test-suite N-API Test Suite + +This repository holds a copy of the N-API test suite so that it can be used to validate N-API +implementations outside of Node.js + +Currently we are still working on the process to extract the test suite and publish it to this +repot on a regular basis. From 241e54ca600dfb93fb88a10e31ca4b07326d5ce3 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 22 Oct 2018 17:55:03 -0400 Subject: [PATCH 2/2] squash: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a03726c..27def10 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ This repository holds a copy of the N-API test suite so that it can be used to v implementations outside of Node.js Currently we are still working on the process to extract the test suite and publish it to this -repot on a regular basis. +repo on a regular basis.