Skip to content

Commit

Permalink
doc: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clagomess committed Aug 3, 2019
1 parent 40ee350 commit 26275dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
npm install mapa-brasil
```

Ou

Download de `mapa-brasil.min.js` na página de [releases](https://github.com/clagomess/mapa-brasil/releases/latest).
Ou download de `mapa-brasil.min.js` na página de [releases](https://github.com/clagomess/mapa-brasil/releases/latest).

## Uso
### Html
Expand All @@ -27,7 +25,9 @@ Download de `mapa-brasil.min.js` na página de [releases](https://github.com/cla

### Javascript
```javascript
// @TODO: Implements
const mapaBrasil = require('mapa-brasil');

mapaBrasil(document.getElementById('mapa'), {})
```

### Typescript
Expand Down

0 comments on commit 26275dd

Please sign in to comment.