Skip to content

Commit fe7eaa5

Browse files
pranshuchittoraevilebottnawi
authored andcommitted
docs(readme): adds couple img shields and updates TOC (#1808)
1 parent 0766c32 commit fe7eaa5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
[![tests][tests]][tests-url]
1111
[![coverage][cover]][cover-url]
1212
[![chat][chat]][chat-url]
13+
[![downloads][downloads]][npm-url]
14+
[![contributors][contributors]][contributors-url]
1315

1416
# webpack-dev-server
1517

@@ -21,14 +23,16 @@ fast in-memory access to the webpack assets.
2123

2224
## Table of Contents
2325

24-
1. [Getting Started](#getting-started)
25-
2. [Usage](#usage)
26-
3. [Browser Support](#browser-support)
27-
4. [Support](#support)
28-
5. [Contributing](#contributing)
29-
6. [Maintainers](#maintainers)
30-
7. [Attribution](#attribution)
31-
8. [License](#license)
26+
- [Getting Started](#getting-started)
27+
- [Usage](#usage)
28+
- [With the CLI](#with-the-cli)
29+
- [With NPM Scripts](#with-npm-scripts)
30+
- [The Result](#the-result)
31+
- [Browser Support](#browser-support)
32+
- [Support](#support)
33+
- [Contributing](#contributing)
34+
- [Attribution](#attribution)
35+
- [License](#license)
3236

3337
## Getting Started
3438

@@ -154,3 +158,6 @@ This project is heavily inspired by [peerigon/nof5](https://github.com/peerigon/
154158
[stack-url]: https://stackoverflow.com/questions/tagged/webpack-dev-server
155159
[uglify-url]: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
156160
[wjo-url]: https://github.com/webpack/webpack.js.org
161+
[downloads]: https://img.shields.io/npm/dm/webpack-dev-server.svg
162+
[contributors-url]: https://github.com/webpack/webpack-dev-server/graphs/contributors
163+
[contributors]: https://img.shields.io/github/contributors/webpack/webpack-dev-server.svg

0 commit comments

Comments
 (0)