Skip to content

Commit 9e79e0a

Browse files
committed
docs: fix badges and headers in readme
1 parent 6626017 commit 9e79e0a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# attr-accept
2-
JavaScript implementation of the "accept" attribute for HTML5 `<input type="file">`
2+
> JavaScript implementation of the "accept" attribute for HTML5 `<input type="file">`
33
4-
![](https://github.com/react-dropzone/attr-accept/workflows/Test/badge.svg)
5-
[![npm version](https://badge.fury.io/js/attr-accept.svg)](https://badge.fury.io/js/attr-accept)
6-
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
4+
[![npm](https://img.shields.io/npm/v/attr-accept.svg?style=flat-square)](https://www.npmjs.com/package/attr-accept)
5+
![Tests](https://img.shields.io/github/actions/workflow/status/react-dropzone/attr-accept/test.yml?branch=master&style=flat-square&label=tests)
76

87
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-accept for more information.
98

10-
Installation
11-
=====
9+
## Installation
1210
```sh
1311
npm install --save attr-accept
1412
```
1513

16-
Usage
17-
=====
14+
## Usage
1815
```javascript
1916
var accept = require('attr-accept');
2017
accept({

0 commit comments

Comments
 (0)