From 1d52e11e8693fd8636c16cc983c5d0cbe4ef809d Mon Sep 17 00:00:00 2001 From: Lukas Toggenburger Date: Sun, 7 Feb 2016 19:17:36 +0100 Subject: [PATCH] Change meaning of branches (close #85) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d201270..7bd347f 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ The software was tested on Ubuntu but probably runs under other Unix variants (i ## Branches -You should find at least two branches in the Git repository: +You should find at least two branches in the GitHub repository: -- **master**: The software as it is running at http://tools.geofabrik.de/osmi/?view=addresses -- **dev**: The development version containing the newest features and fixes +- `master`: The development version containing the newest features and fixes +- `currently_running_on_geofabrik_server`: The software as it is running at http://tools.geofabrik.de/osmi/?view=addresses ## Compilation