From e0ea1d72d1e09900fb48e562a4bf4477bfa72131 Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Fri, 7 May 2021 14:55:03 +0300 Subject: [PATCH] doc: just a small correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b3cda4..eb3c91d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![release](https://img.shields.io/badge/release-v1.2.2-blue.svg)](https://github.com/esimov/triangle/releases/tag/v1.2.2) ![homebrew](https://img.shields.io/badge/homebrew-v1.2.2-orange.svg) -**▲ Triangle** is a tool to generate triangulated image using [delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation). It takes a source image and converts it to an abstract image composed of tiles of triangles. +**▲ Triangle** is a tool for generating triangulated image using [delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation). It takes a source image and converts it to an abstract image composed of tiles of triangles. ![Sample image](https://github.com/esimov/triangle/blob/master/output/sample_3.png)