Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograsselli committed Apr 2, 2011
1 parent f8d70f4 commit 8db1702
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -4,10 +4,11 @@ Some vim snippets that helps to write jasmine specs.
# Installation # Installation
Just clone the repository and make a symbolic link to your snippets path: Just clone the repository and make a symbolic link to your snippets path:


git clone https://BrunoGrasselli@github.com/BrunoGrasselli/jasmine-snippets.git ~/your_projects_path/jasmine-snippets git clone https://BrunoGrasselli@github.com/BrunoGrasselli/jasmine-snippets.git ~/your_projects_path/jasmine-snippets
ln -s ~/your_projects_path/jasmine-snippets/javascript-jasmine/ ~/.vim/snippets/javascript-jasmine ln -s ~/your_projects_path/jasmine-snippets/javascript-jasmine/ ~/.vim/snippets/javascript-jasmine


# Jasmine? # Jasmine?
"Jasmine is a behavior-driven development framework for testing your JavaScript code". "Jasmine is a behavior-driven development framework for testing your JavaScript code".


http://pivotal.github.com/jasmine/ [http://pivotal.github.com/jasmine/](http://pivotal.github.com/jasmine/ "Jasmine Project Page")

0 comments on commit 8db1702

Please sign in to comment.