Skip to content

Commit ab0ae62

Browse files
committed
fix missing titles in the README!
1 parent 386fdc7 commit ab0ae62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ transform-style: preserve-3d;
4141
perspective: 500px;
4242
```
4343

44-
### <Transform2d />
44+
### &lt;Transform2d />
4545

4646
The styles provided to the `<div />` below will be merged with the computed CSS `matrix` transform
4747

@@ -83,7 +83,7 @@ nothing is supplied no scaling occurs.
8383
**Optional**. The transform's rotation. A number provided in **radians**. If nothing is
8484
supplied no rotation occurs.
8585

86-
### <Transform3d />
86+
### &lt;Transform3d />
8787

8888
The styles provided to the `<div />` below will be merged with the CSS `matrix3d` transform
8989

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transform",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A React component to help handle complex nested 2d and 3d css transformations ",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)