summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-08-08 19:47:19 +0200
committerp4bl0 <pablo@rauzy.name>2010-08-08 19:47:19 +0200
commit6058d40c20a222e172516fba62edf984834cf647 (patch)
tree50ebfd891d164351a9d03bc53c32be7dc225cb3a
parent18f54a6df31ba47100b98ceb8aef66c967c618c9 (diff)
changed README (fixed a link and a typo)
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5a6494d..e582d5f 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ fugitive: README
<p>
In its hooks, fugitive uses only standard UNIX® tools that are included in
the GNU core-utils package, plus sh as script interpreter. That's it.<br />
- Moreover, evrything that can be done using git, is.<br />
+ Moreover, everything that can be done using git, is.<br />
No dependencies like rack, heroku, or whatever Ruby gems you can think of. No
configuration files. No metadata in your articles files. Hell, if you want to
you could even make a <a href="#templating">template</a> that use git log as
@@ -106,9 +106,9 @@ fugitive: README
<h3 id="general-use">General use</h3>
<p>
Article you want to publish should be file without the .html extension in the
- <em>articles-dir</em> directory (see CONFIGURATION). The first line of the
- file will be used as title and the rest of the file as the content of the
- article.
+ <em>articles-dir</em> directory (see <a href="#config">configuration</a>).
+ The first line of the file will be used as title and the rest of the file as
+ the content of the article.
</p>
<p>
By default there's a &quot;_drafts&quot; directory in which you can put