From c20c3af6adfa98d8160a569be4b02180ab3af9aa Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Mon, 21 Aug 2023 14:11:53 +0000 Subject: [PATCH] readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93162e0..50373a0 100644 --- a/README.md +++ b/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/) @@ -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');