diff --git a/README.md b/README.md index 74396df..973a143 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ # MoonScript -[![MoonScript](http://leafo.net/dump/sailormoonscript.png)](http://moonscript.org) +[![MoonScript](https://leafo.net/dump/sailormoonscript.png)](https://moonscript.org) [![Build Status](https://travis-ci.org/leafo/moonscript.svg?branch=master)](https://travis-ci.org/leafo/moonscript) [![Build status](https://ci.appveyor.com/api/projects/status/f5prpi4wvytul290/branch/binaries?svg=true)](https://ci.appveyor.com/project/leafo/moonscript/branch/binaries) -[![](http://leafo.net/dump/twitch-banner.svg)](https://www.twitch.tv/moonscript) +[![](https://leafo.net/dump/twitch-banner.svg)](https://www.twitch.tv/moonscript) MoonScript is a programmer friendly language that compiles into -[Lua](http://www.lua.org/). It gives you the power of the fastest scripting +[Lua](https://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 above, including alternative runtimes like LuaJIT. -See . +See . -Online demo/compiler at . +Online demo/compiler at . ## Join Our Community @@ -22,7 +22,7 @@ We just created a Discord for those interested in MoonScript. You can join us he ## Running Tests -Tests are written in MoonScript and use [Busted](http://olivinelabs.com/busted/). +Tests are written in MoonScript and use [Busted](https://olivinelabs.com/busted/). In order to run the tests you must have MoonScript and [Loadkit](https://github.com/leafo/loadkit) installed. To run tests, execute from the root directory: