From f6bd72424587f8e5499746948c040a1ba65bf740 Mon Sep 17 00:00:00 2001 From: Jennifer Kirsch Date: Sun, 1 Dec 2024 22:37:00 +0100 Subject: [PATCH] Remove reference to removed search feature and fix incorrect author name --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c45d9f..5a4ebfb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ReactButterflyMap -This is a small react component that contains an OpenStreetMap widget with points of interest . +This is a small react component that contains an OpenStreetMap widget with points of interest. ## Current state diff --git a/package.json b/package.json index 1d601ac..be08600 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-map-gl": "^7.1.7", "styled-components": "^6.1.13" }, - "description": "This is a small react component that contains an OpenStreetMap widget with search and points of interest features.", + "description": "This is a small react component that contains an OpenStreetMap widget with the ability to render points of interest.", "bugs": { "url": "https://github.com/binary-butterfly/react-butterfly-map/issues" }, @@ -51,5 +51,5 @@ "react", "map" ], - "author": "binaryButterfly GmbH" + "author": "binary butterfly GmbH" }