Skip to content
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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
node-ffi
========
### Node.js Foreign Function Interface
[![Build Status](https://travis-ci.org/node-ffi/node-ffi.svg?branch=master)](https://travis-ci.org/node-ffi/node-ffi)
[![Build Status](https://ci.appveyor.com/api/projects/status/n81apam1igfw8491?svg=true)](https://ci.appveyor.com/project/TooTallNate/node-ffi)
[![Build Status](https://travis-ci.org/lxe/node-ffi.svg?branch=node-12)](https://travis-ci.org/lxe/node-ffi)

`node-ffi` is a Node.js addon for loading and calling dynamic libraries using
pure JavaScript. It can be used to create bindings to native libraries without
Expand Down Expand Up @@ -68,7 +67,7 @@ $ npm install -g node-gyp
Now you can compile `node-ffi`:

``` bash
$ git clone git://github.com/node-ffi/node-ffi.git
$ git clone git://github.com/lxe/node-ffi.git
$ cd node-ffi
$ node-gyp rebuild
```
Expand Down Expand Up @@ -103,6 +102,6 @@ License

MIT License. See the `LICENSE` file.

[v1apichanges]: https://github.com/node-ffi/node-ffi/wiki/API-changes-from-v0.x-to-v1.x
[tutorial]: https://github.com/node-ffi/node-ffi/wiki/Node-FFI-Tutorial
[v1apichanges]: https://github.com/lxe/node-ffi/wiki/API-changes-from-v0.x-to-v1.x
[tutorial]: https://github.com/lxe/node-ffi/wiki/Node-FFI-Tutorial
[ref-types]: https://github.com/TooTallNate/ref#built-in-types