diff --git a/readme.md b/readme.md
index 7360745..41dba6f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,11 +1,17 @@
# Basic GeoTag
**Contributors:** dominik.schwind
-**Requires at least:** 5.0
+**Tags:** geotag, geo, location
+**Requires at least:** 4.4
**Tested up to:** 5.0
-**Requires PHP:** 7.2
+**Requires PHP:** 7.1
+**Stable tag:** 0.1
+**License:** MIT License
+**License URI:** http://opensource.org/licenses/mit-license.html
-Very basic functionalities to add geo tags to a blog post
+Very basic functionalities to add geo tags to a blog post.
## Description
-This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post.
\ No newline at end of file
+This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post.
+
+Uses Leaflet with the standard OSM tiles.
\ No newline at end of file
diff --git a/readme.txt b/readme.txt
index 6957b1d..955e975 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,10 +1,16 @@
=== Basic GeoTag ===
Contributors: dominik.schwind
-Requires at least: 5.0
+Tags: geotag, geo, location
+Requires at least: 4.4
Tested up to: 5.0
-Requires PHP: 7.2
+Requires PHP: 7.1
+Stable tag: 0.1
+License: MIT License
+License URI: http://opensource.org/licenses/mit-license.html
-Very basic functionalities to add geo tags to a blog post
+Very basic functionalities to add geo tags to a blog post.
== Description ==
-This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post.
\ No newline at end of file
+This adds a meta box to the post screen which shows a map and a button \"current location\" - you can use it to geotag your post.
+
+Uses Leaflet with the standard OSM tiles.
\ No newline at end of file