From 21a7136dd613423776d2a4673000caa80dc512d3 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 29 Aug 2014 14:22:39 +0200 Subject: [PATCH] Add link to go docs [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caf27d5..228beb8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # i6502 - A 6502 Emulator [![Build Status](https://travis-ci.org/ariejan/i6502.svg?branch=master)](https://travis-ci.org/ariejan/i6502) +[![Go Docs](http://b.repl.ca/v1/Go-Docs-blue.png)](http://godoc.org/github.com/ariejan/i6502) This is an emulator of the i6502 hardward project I'm doing.