Browse Source

Explain the name

rexim 3 years ago
parent
commit
43a67dd767
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -4,6 +4,8 @@
 
 Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel. Visit [https://tsoding.org/olive.c/](https://tsoding.org/olive.c/) to see some demos.
 
+The name is pronounced as "olivets" which is a Ukrainian word for "pencil" ("олівець").
+
 ## Quick Start
 
 > The truly reusable code is the one that you can simply copy-paste.