diff --git a/README.md b/README.md index aa4c07a..8b0a7a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You need to have only C++ compiler, no external dependencies ## Install ```sh -git clone https://github.com/DavidOSX/R2Convex.git +git clone https://github.com/davidmiheev/R2Convex.git cd R2Convex make ``` @@ -15,6 +15,6 @@ make Just run: ```./conv``` -Program read coordinates of points from files: ```data.txt```, ```data1.txt```, ```data2.txt```. -Draw convex hulls of these points and draw their intersections in [bmp](https://en.wikipedia.org/wiki/BMP_file_format) format. +The program reads the coordinates of points from files: ```data.txt```, ```data1.txt```, ```data2.txt```; +and draws convex hulls of these points and their intersections in [bmp](https://en.wikipedia.org/wiki/BMP_file_format) format.