Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Updated headings
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSaints committed Aug 26, 2015
1 parent 25cc464 commit a0718f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An experiment using [Go 1.5](https://blog.golang.org/go1.5) [buildmode](https://
Simply put, let's try calling Go functions from JavaScript.


# Installation
## Installation

1. Download, and install the package:

Expand All @@ -20,14 +20,14 @@ Simply put, let's try calling Go functions from JavaScript.
```


# Building
## Building

```shell
go build -buildmode=c-shared -o go-node-ffi.so
```


# Running
## Running

Tinker with the sample file `go-node-ffi.js` by running:

Expand Down

0 comments on commit a0718f1

Please sign in to comment.