From 0e29579d29b3ddf1357fc290e02c38c50fa0fb56 Mon Sep 17 00:00:00 2001 From: Tim ats Date: Thu, 17 Jun 2021 11:10:51 +0200 Subject: [PATCH] Fix typo (again). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dceba13..d4da86d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It's a collection of color schemes for the [**Omega Numworks**](https://github.c
Compile your own theme -You need to be able to [compile omega by yourself](https://github.com/Omega-Numworks/Omega#manual) , then when compiling, simply add the `THEME_NAME` argument, like this: +You need to be able to [compile omega by yourself](https://github.com/Omega-Numworks/Omega#manual), then when compiling, simply add the `THEME_NAME` argument, like this: ```bash - make MODEL=n0110 THEME_NAME="your_personnal_theme" + make THEME_NAME="your_personnal_theme" ```