From cde8dceda93ff838833efbdb6b937d8f6f4aa63b Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 17 Sep 2020 19:04:05 +0800 Subject: [PATCH] docs: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebce8710..50a91f94 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > This project was initialized from [xray](https://github.com/atom/xray) +A minimal library for building compiled `NodeJS` add-ons in `Rust`. +

@@ -26,13 +28,11 @@ | ------ | ------- | ------ | | ✓ | ✓ | ✓ | -A minimal library for building compiled Node add-ons in Rust. - -This library depends on N-API and requires Node 8.9 or later. +This library depends on N-API and requires `Node@8.9` or later. We already have some packages written by `napi-rs`: [node-rs](https://github.com/napi-rs/node-rs) -One nice feature is that this crate allows you to build add-ons purely with the Rust toolchain and without involving `node-gyp`. +One nice feature is that this crate allows you to build add-ons purely with the `Rust` toolchain and without involving `node-gyp`. ## Taste