Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2015-09-29 20:01:40 +0300
committerIlya Zverev <zverik@textual.ru>2015-09-29 20:01:40 +0300
commitd5764aa625e13129ca83ff055079473fd8cf1951 (patch)
treee8390a8a3ca44ab7578c0d740f2a94699e5bf926 /README.md
parent7c9b164bccf4bd01236a68e3ba0f53ad6dbfd421 (diff)
[docs] Rewording of some text in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 32f4d32f20..ee3e3554a2 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# MAPS.ME
-http://maps.me
-
-This is an application for [Android](https://play.google.com/store/apps/details?id=com.mapswithme.maps.pro)
-and [iOS](https://itunes.apple.com/app/id510623322) devices for offline maps built from OpenStreetMap data.
+[MAPS.ME](http://maps.me) is an open source cross-platform offline maps application,
+built on top of crowd-sourced OpenStreetMap data. It was publicly released
+for [iOS](https://itunes.apple.com/app/id510623322) and
+[Android](https://play.google.com/store/apps/details?id=com.mapswithme.maps.pro).
## Submodules
@@ -45,7 +45,7 @@ format description, instructions on building a style and some links.
## Development
-You would need Boost and Qt 5 for development, most other libraries are included into the
+You would need Qt 5 for development, most other libraries are included into the
repository: see `3party` directory. The team uses mostly XCode and Qt Creator,
though these are not mandatory. We have an established
[coding style](https://github.com/mapsme/omim/blob/master/docs/CPP_STYLE.md).