From 32734eb8d7fd27f49b466813c472b682af5e88a9 Mon Sep 17 00:00:00 2001 From: Christian Cantrell Date: Wed, 16 Oct 2013 17:42:11 -0400 Subject: [PATCH] Edited copy --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 53598c6..4f75f35 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,19 @@ _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting ## Contributing -# [Fill out the CLA](http://snapsvg.io/dev/snapsvg-cla.html). -# [Fork](https://help.github.com/articles/fork-a-repo) the repo. -# Create a branch: +* [Fill out the CLA](http://snapsvg.io/dev/snapsvg-cla.html). +* [Fork](https://help.github.com/articles/fork-a-repo) the repo. +* Create a branch: git checkout -b my_branch -# Add your changes. -# Commit your changes: +* Add your changes. +* Commit your changes: git commit -am "Added some awesome stuff" -# Push your branch: +* Push your branch: git push origin my_branch -# Make a [pull request](https://help.github.com/articles/using-pull-requests). +* Make a [pull request](https://help.github.com/articles/using-pull-requests).