Skip to content

Commit 7484c0b

Browse files
Update README.md
1 parent 5eb5225 commit 7484c0b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
## Babel plugin for removing React properties
1+
# Babel plugin for removing React properties
22

33
[![Build Status](https://travis-ci.org/oliviertassinari/babel-plugin-react-remove-properties.svg?branch=master)](https://travis-ci.org/oliviertassinari/babel-plugin-react-remove-properties)
44
[![npm version](https://img.shields.io/npm/v/babel-plugin-react-remove-properties.svg?style=flat-square)](https://www.npmjs.com/package/babel-plugin-react-remove-properties)
55
[![npm downloads](https://img.shields.io/npm/dm/babel-plugin-react-remove-properties.svg?style=flat-square)](https://www.npmjs.com/package/babel-plugin-react-remove-properties)
66

77
This is useful when using selectors like data-test to run selenium test. Those properties are useless when running the code in production. You can save bandwidth by removing them.
88

9-
### Example
9+
## Example
1010

1111
**In**
1212
```js
@@ -34,13 +34,13 @@ const Foo = React.createClass({
3434
});
3535
```
3636

37-
### Installation
37+
## Installation
3838

3939
```sh
4040
$ npm install --save-dev babel-plugin-react-remove-properties
4141
```
4242

43-
### Usage
43+
## Usage
4444

4545
#### Via `.babelrc` (Recommended)
4646

@@ -70,6 +70,6 @@ require("babel-core").transform("code", {
7070
});
7171
```
7272

73-
## License
73+
# License
7474

7575
MIT

0 commit comments

Comments
 (0)