From 67c263f99c58a71827c5be19e46b7e3dc2c6f9ae Mon Sep 17 00:00:00 2001 From: Greg Cotten Date: Fri, 4 Nov 2022 10:21:55 -0700 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bb2c9eb..3a3ca10 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,6 @@ This package provides bindings to the [Node.js N-API](https://nodejs.org/api/n-api.html) so that you can build Node.js Addons in Swift. Our intended usecase is for packaging Swift code in an Electron app for use on macOS, Linux, and Windows(!!!), but this can work in other Node.js environments as well. -This project was originally a fork of [this LinusU repo](https://github.com/LinusU/swift-napi-bindings) but has changed significantally enough to warrant the creation of its own repo. +This project was originally a fork of [this LinusU repo](https://github.com/LinusU/swift-napi-bindings) but has changed significantly enough to warrant the creation of its own repository. -The next step is to create a sample project to show how to actually use Napoli with Electron. \ No newline at end of file +The next step is to create a sample project to show how to actually use Napoli with Electron.