README.md in savio-0.1.0 vs README.md in savio-0.1.1

- old
+ new

@@ -1,15 +1,23 @@ # | *Sav***IO** -![Screenshot](https://github.com/TheRealSavi/savio/blob/master/preview.png) ## What is it? SavIO is an input/output library created to be used with **Ruby2D**. It adds multiple ways for the user to interact with your application, including : - Sliders - Buttons - Text Input - Color Picker (Work In Progress) +## How to install? + +Easy! do: + + gem install savio + +then in your program do: + + require "savio" ## How do they work? Good question! Part of the goal when developing SavIO was to make it as **intuitive** and **simple** as possible, while also being highly **versatile**, **powerful**, and **customizable**.