From 3180dd234bd94e856f312668cec6a818cc2f393f Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 18 Jul 2014 18:10:27 -0700 Subject: [PATCH] add logo and build status badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abfd3d3..31d2f52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # MoonScript +[![MoonScript](http://leafo.net/dump/sailormoonscript.png)](http://moonscript.org) + +[![Build Status](https://travis-ci.org/leafo/moonscript.svg?branch=master)](https://travis-ci.org/leafo/moonscript) + MoonScript is a programmer friendly language that compiles into [Lua](http://www.lua.org/). It gives you the power of the fastest scripting language combined with a rich set of features. It runs on Lua 5.1 and 5.2.