From 35bd010d2930be1c6833d1af90dd207282a62c87 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 18 Nov 2016 09:24:27 -0800 Subject: [PATCH] Remove typo from README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 47bd2e4..2defdd0 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,11 @@ Ronin is a web based drawing application and visual language. Launch index.html : ``` -#Save/Load Loading files requires you to run Ronin through localhost. Navigate to the Ronin folder, and run the simple http server. ``` cd /path/to/ronin/ ; Navigate to Ronin through the terminal python -m SimpleHTTPServer 8000 ; Start localhost http://localhost:8000/ ; Enjoy Ronin - ``` #Modules