diff --git a/README.md b/README.md
index a1880ea..1db517f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-#### ⚠️ Work in progress
-
 # react-denmark-map
 
 Customizable map of Denmark with support for municipalities, regions, islands, and a full map with no borders or subsequent areas.
@@ -301,7 +299,7 @@ type AreaType = {
   name: string // the name of the area with Danish letters (e.g. 'fanø')
   en_name: string // same as 'id'
   display_name: string // the local name of the area capitalized (e.g. 'Høje Taastrup')
-  d: string // the path of the area applied to the
+  d: string // the path of the area applied to the <path> element
   code: string // the municipality or region code (e.g. 482 or 1083)
   en_term: string // the term used to describe the area in English (i.e. jyllland = jutland)
 }
diff --git a/package.json b/package.json
index 29935b3..7d3adb7 100644
--- a/package.json
+++ b/package.json
@@ -63,8 +63,8 @@
     "typescript": "^4.8.2"
   },
   "peerDependencies": {
-    "react": "^18.2.0",
-    "react-dom": "^18.2.0"
+    "react": "17.x || 18.x",
+    "react-dom": "17.x || 18.x"
   },
   "main": "dist/cjs/index.js",
   "module": "dist/esm/index.js",