Remove TODOs from README where implemented

This commit is contained in:
Jeroen Engels 2016-02-29 12:11:23 +01:00
parent 4066516ba4
commit d44ac1a21f

View file

@ -53,8 +53,8 @@ or creating a `all-contributors` updating the `package.json` file:
``` ```
These are the keys you can specify: These are the keys you can specify:
- TODO `file`: File to write the list of contributors in. Default: 'README.md' - `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`. - `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).
- TODO `project`: Name of the project. Default: Name of the project written in the `package.json` file. - `project`: Name of the project. Default: Name of the project written in the `package.json` file (TODO).
- TODO `imageSize`: Size (in px) of the user's avatar. Default: 100. - `imageSize`: Size (in px) of the user's avatar. Default: 100.
- TODO `emoji`: Specify custom emoji, can override the existing override. - `emoji`: Specify custom emoji, can override the documented emojis.