From 866d2558db39a515d0997fe6945c0b455263d56f Mon Sep 17 00:00:00 2001 From: CaioDos Date: Mon, 24 Jun 2013 02:06:28 -0400 Subject: [PATCH] Small typo changed "manpage" to "main page" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c9278..f626603 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. -For a language-agnostic overview of mustache's template syntax, see the `mustache(5)` [manpage](http://mustache.github.com/mustache.5.html). +For a language-agnostic overview of mustache's template syntax, see the `mustache(5)` [main page](http://mustache.github.com/mustache.5.html). ## Where to use mustache.js?