Skip to content

Commit 66057cf

Browse files
authored
Update Readme
Add closing tags to img elements.
1 parent c1621a5 commit 66057cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
<p align="center">
44
<a href="https://circleci.com/gh/bondz/react-static-google-map/tree/master">
5-
<img src="https://circleci.com/gh/bondz/react-static-google-map/tree/master.svg?style=shield" alt="build status">
5+
<img src="https://circleci.com/gh/bondz/react-static-google-map/tree/master.svg?style=shield" alt="build status" />
66
</a>
77
<a href="https://www.npmjs.com/package/react-static-google-map">
8-
<img src="https://img.shields.io/npm/v/react-static-google-map.svg" alt="npm version">
8+
<img src="https://img.shields.io/npm/v/react-static-google-map.svg" alt="npm version" />
99
</a>
1010
<a href="https://github.com/bondz/react-static-google-map/blob/master/LICENSE.md">
11-
<img src="https://img.shields.io/npm/l/react-static-google-map.svg" alt="license">
11+
<img src="https://img.shields.io/npm/l/react-static-google-map.svg" alt="license" />
1212
</a>
1313
<a href="https://snyk.io/test/github/bondz/react-static-google-map">
14-
<img src="https://snyk.io/test/github/bondz/react-static-google-map/badge.svg" alt="Vulnerability status">
14+
<img src="https://snyk.io/test/github/bondz/react-static-google-map/badge.svg" alt="Vulnerability status" />
1515
</a>
1616
</p>
1717

0 commit comments

Comments
 (0)