diff --git a/README.md b/README.md index b72756a..8075f4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This is a part of [Node3D](https://github.com/node-3d) project. -[![NPM](https://nodei.co/npm/addon-tools-raub.png?compact=true)](https://nodei.co/npm/addon-tools-raub/) +![NPM](https://nodei.co/npm/addon-tools-raub.png?compact=true) + ![Build Status](https://travis-ci.com/node-3d/addon-tools-raub.svg?branch=master) @@ -20,14 +21,9 @@ Useful links: [V8 Ref](https://v8.paulfryzel.com/docs/master/), [Nan Docs](https://github.com/nodejs/nan#api), [GYP Docs](https://gyp.gsrc.io/docs/UserDocumentation.md). - -## Install - -`npm i -s addon-tools-raub` - - --- + ## Contents [Snippets](#snippets) @@ -339,9 +335,9 @@ const core = require(`./${binPath}/MY_ADDON`); - --- + ## include/addon-tools.hpp There is a C++ header file, `addon-tools.hpp`, shipped with this package. It @@ -607,9 +603,9 @@ content is then returned as `node::Buffer`. Returns `nullptr` in other cases. - --- + ## index.js Exports: @@ -635,9 +631,9 @@ input `dir`. * `cpPath` - the location of `'_cp.bat'` file on Windows and plain `cp` on Unix. * `mkdirPath` - the location of `'_mkdir.bat'` file on Windows and plain `mkdir` on Unix. - --- + ## Crossplatform commands Because of the differences between Windows and Unix command shells, often a whole