From 785b1bf32d34820f109c8f81da027b1240044b3a Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Wed, 14 Dec 2016 07:17:11 -0500 Subject: [PATCH] generate docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d4b929..2244ccc 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Config object will be something like: ## API -### [parse](index.js#L34) +### [parse](index.js#L33) Asynchronously parse a `.git/config` file. If only the callback is passed, the `.git/config` file relative to `process.cwd()` is used. @@ -74,7 +74,7 @@ parse(function(err, config) { * `cb` **{Function}**: callback function if the first argument is options or cwd. * `returns` **{Object}** -### [.sync](index.js#L77) +### [.sync](index.js#L71) Synchronously parse a `.git/config` file. If no arguments are passed, the `.git/config` file relative to `process.cwd()` is used. @@ -89,7 +89,7 @@ var config = parse.sync(); * `options` **{Object|String}**: Options with `cwd` or `path`, or the cwd to use. * `returns` **{Object}** -### [.keys](index.js#L117) +### [.keys](index.js#L109) Returns an object with only the properties that had ini-style keys converted to objects (example below). @@ -198,7 +198,7 @@ Pull requests and stars are always welcome. For bugs and feature requests, [plea | **Commits** | **Contributor**
| | --- | --- | -| 44 | [jonschlinkert](https://github.com/jonschlinkert) | +| 48 | [jonschlinkert](https://github.com/jonschlinkert) | | 1 | [sam3d](https://github.com/sam3d) | | 1 | [jsdnxx](https://github.com/jsdnxx) | @@ -234,4 +234,4 @@ Released under the [MIT license](https://github.com/jonschlinkert/parse-git-conf *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 08, 2016._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.2.0, on December 14, 2016._ \ No newline at end of file