From a0718f1418d825409b3846cfe4a1ec241008b0fb Mon Sep 17 00:00:00 2001 From: Ian Lai Date: Wed, 26 Aug 2015 06:20:45 +0100 Subject: [PATCH] Updated headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b165b7..840ea18 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: