From 4ecc34b892e044e0f34a0c81a1441f7d77aac696 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 14 Nov 2017 04:51:08 +0100 Subject: [PATCH] Add examples badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9e0575..abd3dae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/qv2iggrqtgl7xhr0?svg=true)](https://ci.appveyor.com/project/gen2brain/raylib-go) [![GoDoc](https://godoc.org/github.com/gen2brain/raylib-go/raylib?status.svg)](https://godoc.org/github.com/gen2brain/raylib-go/raylib) [![Go Report Card](https://goreportcard.com/badge/github.com/gen2brain/raylib-go)](https://goreportcard.com/report/github.com/gen2brain/raylib-go) +[![Examples](https://img.shields.io/badge/learn%20by-examples-0077b3.svg?style=flat-square)](https://github.com/gen2brain/raylib-go/tree/master/examples) Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use library to learn videogames programming.