diff --git a/README.md b/README.md
index 62591afe2335be7415eb245aa7a5a77b36dab737..002550f86dd0915fb96cd136f67bfe65c6227384 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,2 @@
-## VectorTiles (HDRP)
-
-Can download a vector tile from a TMS service and
-can convert the tile to a raster for basing a terrain upon it.
-
-
-### Dependencies (GIT Pacakages)
-- utils
-
-### Usage:
-
-
-```
-var tile = VectorTile.FromUrl( url );
-tile.ForEach( width=1024, height=1024, (x, y, feature) => 
-{
-	// x and y in pixel space starting at: [0, 0]
-	switch( feature )
-	{
-	}
-});
-
-Texture2D texture = tile.RenderToTexture( width=1024, height=1024, layers );
-
-```
-
+### GOTO Master2, there wan issue with copying repos. 
+