From af06b5fba0248f06451d11c4e6135a7f385824e9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 19 Apr 2016 23:30:02 +0900 Subject: [PATCH] Fix README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c26678d8..fccb54103 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Ebiten (海老天) [![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten) +[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten) + * A simple SNES-like 2D game library in Go * Works on @@ -9,13 +11,12 @@ * Mac OS X * Linux * Windows -* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten) ## Features * 2D Graphics -* Input (Mouse, Keyboard, Gamepad) -* Audio (Ogg/Vorbis, WAV, PCM. experimental) +* Input (Mouse, Keyboard, and Gamepad) +* Audio (Ogg/Vorbis, WAV, and PCM) ## Documentation