Skip to content

Commit

Permalink
πŸ“ Replace static version badge by a dynamic one
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 17, 2019
1 parent 77d6fdc commit 99a507d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to readme-md-generator πŸ‘‹</h1>
<p align="center">
<img src="https://img.shields.io/badge/version-0.3.0-orange.svg?cacheSeconds=2592000" />
<img src="https://img.shields.io/npm/v/readme-md-generator.svg?orange=blue" />
<a href="https://www.npmjs.com/package/readme-md-generator">
<img alt="downloads" src="https://img.shields.io/npm/dm/readme-md-generator.svg?color=blue" target="_blank" />
</a>
Expand Down Expand Up @@ -66,7 +66,15 @@ Just run the following command at the root of your project and answer questions:
npx readme-md-generator
```

<<<<<<< Updated upstream
OR use default values for all questions (`-y, --yes`):
=======
## πŸš€ Usage

Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since npm `5.2.0`)

Just run the following command at the root of your project and answer questions:
>>>>>>> Stashed changes
```sh
npx readme-md-generator -y
Expand Down

0 comments on commit 99a507d

Please sign in to comment.