Created
November 14, 2011 08:26
-
-
Save indexzero/1363524 to your computer and use it in GitHub Desktop.
Revisions
-
indexzero revised this gist
Nov 14, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## README.md Outline * Header and a Brief description (should match package.json) * Example (if applicable) -
indexzero revised this gist
Nov 14, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # README.md Outline * Header and a Brief description (should match package.json) * Example (if applicable) * Motivation (if applicable) -
indexzero created this gist
Nov 14, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ * Header and a Brief description (should match package.json) * Example (if applicable) * Motivation (if applicable) * API Documentation: _This will likely vary considerably from library to library._ * Installation * Tests * Contributors * License **Bonus Points** 1. The file is named exactly `README.md` (not `ReadMe.md`, or `README`) 2. The license file is named exactly `LICENSE` (not `MIT-LICENSE`, or `license`) 3. The entire license is not included in `README.md`, just a snippet saying it is MIT or Apache or whatever