]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
changed v2.0 branch reference to refer to the foundation-email repo rather than found... 203/head
authorMahmoud A Wardeh <m@lurnid.com>
Wed, 2 Mar 2016 11:54:31 +0000 (11:54 +0000)
committerMahmoud A Wardeh <m@lurnid.com>
Wed, 2 Mar 2016 11:54:31 +0000 (11:54 +0000)
README.md

index 9c1ad4a9e832f073630835d4be454bb176354b6a..295cc6e8c36f7d6ca164af739cd9ea62d74bc05e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,12 +14,6 @@ cd project
 npm install
 ```
 
-Foundation for Emails 2.0 is on th v2.0 branch.
-```bash
-git fetch
-git checkout v2.0
-```
-
 Then run `npm start` to run the project. A new browser window will open with a BrowserSync server showing the finished files.
 
 Run `npm run build` to do a full email inlining process.
@@ -32,9 +26,16 @@ The documentation is not yet live online (or finished!), but you can compile wha
 
 Run these commands to set up the documentation:
 
-```
+```bash
 git clone https://github.com/zurb/foundation-emails.git
 cd foundation-emails
+```
+
+Foundation for Emails 2.0 documentation is on the v2.0 branch.
+
+```bash
+git fetch
+git checkout v2.0
 npm install
 ```