diff --git a/README.md b/README.md
index 3000aa6..c43e358 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ npm install react-world-flags
```javascript
import Flag from 'react-world-flags'
-;
+
```
Where `code` is the [two letter](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), [three letter](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) or [three digit](https://en.wikipedia.org/wiki/ISO_3166-1_numeric) country code.
@@ -27,9 +27,8 @@ Where `code` is the [two letter](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-
You can also pass an optional `fallback` which renders if the given code doesn't correspond to a flag:
```javascript
-import Flag from 'react-world-flags'
-
-;Unknown} />
+import Flag from 'react-world-flags';
+Unknown} />
```
All props but `code` and `fallback` are passed through to the rendered `img`