diff --git a/README.md b/README.md
index 6257e0d..bd3e0a0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# PUBG & Fortnite | Terrain Maps
-PlayerUnknown's Battlegrounds currently features four maps: Erangel, Miramar, 'Range' (code name for now), Sanhok and Vikendi. This repository provides information and scripts for extracting elevation and normal maps from the game's sources.
+PlayerUnknown's Battlegrounds currently features five maps: Erangel, Miramar, Range, Sanhok and Vikendi. This repository provides information and scripts for extracting elevation and normal maps from the game's sources.
Please note that all preview images are downscaled to 8bit 512px × 512px and should not be used for rendering (normal data is downsampled using bicubic resampling).
@@ -12,7 +12,7 @@ Please note that all preview images are downscaled to 8bit 512px × 512px a
|--------------------|--------------------|
| | |
-| 'Range' Height Map | 'Range' Normal Map |
+| Range Height Map | Range Normal Map |
|--------------------|--------------------|
| | |
@@ -46,9 +46,9 @@ Please note that the following steps might change with respect to the PUBG versi
```
.\pubg-tga-slice.py -p .\UmodelExport\ -m erangel
.\pubg-tga-slice.py -p .\UmodelExport\ -m miramar
+.\pubg-tga-slice.py -p .\UmodelExport\ -m range
.\pubg-tga-slice.py -p .\UmodelExport\ -m sanhok
.\pubg-tga-slice.py -p .\UmodelExport\ -m vikendi
-.\pubg-tga-slice.py -p .\UmodelExport\ -m range
```
... or experimental fortnite extract:
```