Skip to content

Commit

Permalink
fix Documentation mistak meanjs#953
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Mohamed authored and Ahmed Mohamed committed Sep 30, 2015
1 parent 7eb99da commit 5fdd838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/docs/0.4.x/gettingstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3>Yo Generator</h3>
</p>
<h3>Cloning The GitHub Repository</h3>
<p>
You can also use Git to directly clone the MEAN.JS repository and switching to the 0.4.0 branch:
You can also use Git to directly clone the MEAN.JS repository and switching to the v0.4.0 branch:
</p>
<pre>$ git clone https://github.com/meanjs/mean.git meanjs</pre>
<pre>$ git checkout v0.4.0</pre>
Expand All @@ -59,7 +59,7 @@ <h3>Downloading The Repository Zip File</h3>
<p>
Another way to use the MEAN.JS boilerplate is to download a zip copy from the master branch on github. You can also do this using wget command:
</p>
<pre>$ wget https://github.com/meanjs/mean/archive/0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip</pre>
<pre>$ wget https://github.com/meanjs/mean/archive/v0.4.0.zip -O meanjs.zip; unzip meanjs.zip; rm meanjs.zip</pre>
<p>
Don't forget to rename mean-0.4.0 after your project name.
</p>
Expand Down

0 comments on commit 5fdd838

Please sign in to comment.