Skip to content

Commit

Permalink
Fix broken npm package link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcoker committed Nov 20, 2020
1 parent 4cd4432 commit bda9bf1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ CLI tool to create Express projects.

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@danielcoker/epp.svg)](https://npmjs.org/package/@danielcoker/epp)
[![Downloads/week](https://img.shields.io/npm/dw/@danielcoker/epp.svg)](https://npmjs.org/package/@danielcokerepp)
[![Downloads/week](https://img.shields.io/npm/dw/@danielcoker/epp.svg)](https://npmjs.org/package/@danielcoker/epp)
[![License](https://img.shields.io/npm/l/epp.svg)](https://github.com/danielcoker/epp/blob/master/package.json)

<!-- toc -->
* [epp](#epp)
* [Usage](#usage)
* [Commands](#commands)

- [epp](#epp)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
$ npm install -g @danielcoker/epp
$ epp COMMAND
Expand All @@ -27,13 +29,15 @@ USAGE
$ epp COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->
* [`epp create [NAME]`](#epp-create-name)
* [`epp help [COMMAND]`](#epp-help-command)

- [`epp create [NAME]`](#epp-create-name)
- [`epp help [COMMAND]`](#epp-help-command)

## `epp create [NAME]`

Expand Down Expand Up @@ -68,4 +72,5 @@ OPTIONS
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src\commands\help.ts)_

<!-- commandsstop -->

0 comments on commit bda9bf1

Please sign in to comment.