From 1a8461cc1962c8c38603ec50ced99d6f4ba6626f Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 5 Nov 2013 10:43:08 +0200 Subject: [PATCH] Correct mistakes/omissions in the README. The README says the license files are Markdown but they are not. The text of the license should be wrapped to a 78 character width. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f70a47a..43461ac 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ Open [localhost:4000](http://localhost:4000) in your favorite browser # Adding a license -Licenses sit in the `/licenses` folder as Markdown (`.md`) files. Each license has YAML front matter describing the license's properties. The body of the Markdown file should be the text of the license. The available metadata fields are: +The text of the license should be wrapped to a 78 character width. + +Licenses sit in the `/licenses` folder. Each license has YAML front matter describing the license's properties. The body of the file should be the text of the license in plain text. The available metadata fields are: * `title` - The name of the license * `layout` - This should be `license`