From 542e1dbaf1d8e7e3c5a391e06ec74fcc7347c43e Mon Sep 17 00:00:00 2001 From: Karl Danninger Date: Mon, 30 Aug 2021 15:13:00 -0400 Subject: [PATCH] Add Atlist sponsor text to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4131748..3356839 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ It allows you to create interfaces like this [example](http://google-map-react.github.io/google-map-react/map/main) *(You can scroll the table, zoom/move the map, hover/click on markers, and click on table rows)* +The development of this package is sponsored by [Atlist](https://www.atlistmaps.com?c=google-map-react). Atlist is a no-code tool for creating custom maps with multiple markers. + ## Getting started In the simple case you just need to add `lat` and `lng` props to any child of `GoogleMapReact` component.