Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add note about support in the readme #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ npm install napajs
```
Other options can be found in [Build Napa.js](https://github.com/Microsoft/napajs/wiki/build-napa.js).

**Note:** Napa.js requires Node versions >= v4.5.0 and < v8.5.0. We are working with the Node.js team on support in newer Node versions.

## Quick Start
```js
var napa = require('napajs');
Expand Down