From d44ac1a21fe4d7769382b5a31a9c92c840a1d8a3 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Mon, 29 Feb 2016 12:11:23 +0100 Subject: [PATCH] Remove TODOs from README where implemented --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 554eb94..862d87e 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ or creating a `all-contributors` updating the `package.json` file: ``` These are the keys you can specify: -- TODO `file`: File to write the list of contributors in. Default: 'README.md' -- TODO `owner`: Name of the user the project is hosted by. Example: `jfmengels/all-contributor-cli` --> `jfmengels`. By default will be parsed from the repo's homepage in `package.json`. -- TODO `project`: Name of the project. Default: Name of the project written in the `package.json` file. -- TODO `imageSize`: Size (in px) of the user's avatar. Default: 100. -- TODO `emoji`: Specify custom emoji, can override the existing override. +- `file`: File to write the list of contributors in. Default: 'README.md' +- `owner`: Name of the user the project is hosted by. Example: `jfmengels/all-contributor-cli` --> `jfmengels`. By default will be parsed from the repo's homepage in `package.json` (TODO). +- `project`: Name of the project. Default: Name of the project written in the `package.json` file (TODO). +- `imageSize`: Size (in px) of the user's avatar. Default: 100. +- `emoji`: Specify custom emoji, can override the documented emojis.