From 88cd4e6306e8cc90bfbad9a89fc165334cff5d72 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Fri, 4 Apr 2014 09:48:58 +0100 Subject: [PATCH] Correct copy in getting started --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index 194c250..92851a6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -90,7 +90,7 @@ ratchet/

Anything that's not a .bar should be put in a div with the class .content. Put this div after the bars in the <body> tag. The .content div is what actually scrolls in a Ratchet prototype.

3. Don't forget your meta tags

-

They're included in the template.html page included in the download, but make sure they stay in the page. They are important to Ratchet working just right.

+

They're included in the template.html page included in the download, but make sure they stay in the page. They are important for Ratchet to work just right.