diff --git a/README.md b/README.md index 02572f8..2f0baff 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ This is a library for Node.js that provides C bindings to the [jq](https://stedolan.github.io/jq/) library. It allows you to use jq to extract and manipulate data from JSON objects in Node.js. -## Installation - -``` -npm install @port-labs/jq-node-bindings -``` - ## Requirements To use this library, you must have `node-gyp` installed on your system. and the following libraries @@ -49,7 +43,11 @@ To use this library, you must have `node-gyp` installed on your system. and the sudo apt-get install -y autoconf make libtool automake ``` +## Installation +``` +npm install @port-labs/jq-node-bindings +``` ## Usage