Skip to content

Commit

Permalink
Fix readme instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexJWayne committed Aug 20, 2013
1 parent 0adff65 commit bfb38c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Lysertron is a WebGL collborative, semantic and extensible music visualizer. Yo
If you have the above squared away, then you are ready to get your own local Lysertron server.

1. Install the npm module globally: `npm install -g lysteron`
2. Create a project: `lysertron supercool_project_name`
2. Create a project: `lysertron project supercool_project_name`
3. Change into the new project directory: `cd supercool_project_name`
3. Start the local server: `lysertron`
4. Point your browser to: `http://localhost:3001/`
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "lysertron",
"description": "Semantic Music Visualization, extensible by WebGL doodlers.",
"homepage": "http://lysertron.com",
"version": "0.1.7",
"homepage": "http://www.lysertron.com",
"version": "0.1.8",
"repository": {
"type": "git",
"url": "git://github.com/Squeegy/Lysertron.git"
Expand Down

0 comments on commit bfb38c8

Please sign in to comment.