Skip to content

Commit

Permalink
Fixed a markdown problem in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 9, 2017
1 parent 0a53d3a commit 174f77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PropTypes from 'prop-types'; // ES6
var PropTypes = require('prop-types'); // ES5 with npm
```

If you prefer a <script> tag, you can get it from `window.PropTypes` global:
If you prefer a `<script>` tag, you can get it from `window.PropTypes` global:

```html
<!-- development version -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prop-types",
"version": "15.5.5",
"version": "15.5.6",
"description": "Runtime type checking for React props and similar objects.",
"main": "index.js",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 174f77a

Please sign in to comment.