From 0ceb1c55a48452b78b8ef241fa19b778384c07ef Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Fri, 30 Nov 2018 21:57:14 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e008dd..09544fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # avo -Higher-level Golang Assembler. Heavily inspired by [PeachPy](https://github.com/Maratyszcza/PeachPy). +Golang x86 assembly generator. Inspired by [PeachPy](https://github.com/Maratyszcza/PeachPy). + +[![Run Status](https://api.shippable.com/projects/5bf9e8f059e32e0700ec360f/badge?branch=master)](https://app.shippable.com/github/mmcloughlin/avo/dashboard)