From add5d87a8971e976d1ff7ceb16481f1cda50d0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=81abor?= Date: Tue, 4 Aug 2020 02:52:40 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd6db0..ce0c032 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The program operates from the command line, to build it use the following comman Example usage: ``` - cargo run --release models/dauntless.obj dauntless.brs -s 60 --simplify lossless + models/dauntless.obj dauntless.brs -s 60 --simplify lossless ``` -The program supports two color modes when simplifying: lossless, and lossy. Lossless will prioritize color accuracy, while lossy will prioritize brick count. \ No newline at end of file +The program supports two color modes when simplifying: lossless, and lossy. Lossless will prioritize color accuracy, while lossy will prioritize brick count.