From ded36f8021b68494c61162aa52483845f837b66f Mon Sep 17 00:00:00 2001 From: mb722656355s Date: Sat, 9 Dec 2023 18:08:47 +0800 Subject: [PATCH] docs: update geoUrl --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7490dcf..bbdfa6c 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ import ReactDOM from "react-dom"; import { ComposableMap, Geographies, Geography } from "react-simple-maps"; // url to a valid topojson file -const geoUrl = - "https://raw.githubusercontent.com/deldersveld/topojson/master/world-countries.json"; +const geoUrl = "https://unpkg.com/world-atlas@2.0.2/countries-110m.json"; const App = () => { return (