Skip to content

Commit 09a9288

Browse files
committed
Update readme
1 parent 09f65ce commit 09a9288

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# FastExcel
22

3-
> This project using [Neon](https://neon-bindings.com) as a binding to Rust to execute fast and efficient memory usage for generating XLSX document.
3+
> This project using [Rust](https://www.rust-lang.org) and [Neon](https://neon-bindings.com) as a binding to Rust to execute fast and efficient memory usage for generating XLSX document from NodeJs.
44
5-
> Check here for [Rust installation instruction](https://www.rust-lang.org/tools/install)
5+
> This project need Rust to be installed, check here for [Rust installation instruction](https://www.rust-lang.org/tools/install)
66
77
### Installation
88

9-
npm i fastexcel
10-
119
npm i -D cargo-cp-artifact
1210

13-
### Example
11+
npm i fastexcel
12+
13+
### Example Usage
1414

1515
```
1616
// index.js

0 commit comments

Comments
 (0)