Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## Features

- Simple and easy to implement React component for rendering interactive vector maps
- [100+ vector maps included](https://react-vector-maps.netlify.com/maps) out of the box, free from [MapSVG](https://mapsvg.com/maps)
- Convert your own vector map for the component to use with the [online converter](https://react-vector-maps.netlify.com/converter)
- [100+ vector maps included](https://react-vector-maps.netlify.app/maps) out of the box, free from [MapSVG](https://mapsvg.com/maps)
- Convert your own vector map for the component to use with the [online converter](https://react-vector-maps.netlify.app/converter)
- Quick and straight forward to style your map however you want to

## Basic Usage
Expand All @@ -23,7 +23,7 @@ import world from './world.json';
export const Map = () => <VectorMap {...world} />;
```

See the [documentation](https://react-vector-maps.netlify.com/) for more examples and advanced usage of the component.
See the [documentation](https://react-vector-maps.netlify.app/) for more examples and advanced usage of the component.

## Issues and Bugs

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"country",
"countries"
],
"homepage": "https://react-vector-maps.netlify.com",
"homepage": "https://react-vector-maps.netlify.app",
"bugs": "https://github.com/South-Paw/react-vector-maps/issues",
"license": "MIT",
"author": {
Expand Down