Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Aug 21, 2023
1 parent 63709df commit c20c3af
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# fsevents [![NPM](https://nodei.co/npm/fsevents.png)](https://nodei.co/npm/fsevents/)
# fsevents

Native access to MacOS FSEvents in [Node.js](https://nodejs.org/)

Expand All @@ -9,15 +9,13 @@ to kqueue.
This is a low-level library. For a cross-platform file watching module that
uses fsevents, check out [Chokidar](https://github.com/paulmillr/chokidar).

## Installation

Supports only **Node.js v8.16 and higher**.
## Usage

```sh
npm install fsevents
```

## Usage
Supports only **Node.js v8.16 and higher**.

```js
const fsevents = require('fsevents');
Expand Down

0 comments on commit c20c3af

Please sign in to comment.