diff --git a/README.md b/README.md index 9f98626..3488301 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Gift ![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg) +# Gift [![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)](https://www.npmjs.com/package/gift) A simple Node.js wrapper for the Git CLI. The API is based on [Grit](https://github.com/mojombo/grit). @@ -7,6 +7,22 @@ Tested in all stable versions of node. [![Build Status](https://secure.travis-ci.org/notatestuser/gift.svg?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.svg)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.svg)](https://david-dm.org/notatestuser/gift#info=devDependencies) +# Table of Contents + +- [Installation](#installation) +- [API](#api) + - [Repo](#repo) + - [Commit](#commit) + - [Head](#head) + - [Tag](#tag) + - [Config](#config) + - [Status](#status) + - [Actor](#actor) + - [Tree](#tree) + - [Blob](#blob) + - [Submodule](#submodule) +- [License](#license) + # Installation This fork is now in the `npm` package repository. Install it like you would any other package: