]> code.bitgloo.com Git - clyne/consteval-huffman.git/commitdiff
Update README.md
authorclyne <clyne@bitgloo.com>
Wed, 30 Dec 2020 02:01:29 +0000 (21:01 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Dec 2020 02:01:29 +0000 (21:01 -0500)
README.md

index 21e139f109824eab97ae696dfe96d25ae48abb8b..08464a5fad4fe7f85edaf625f5068c39e75b7717 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@ A C++20 compliant compiler. `consteval-huffman` is confirmed to work on gcc 10.1
 
 ## Use cases
 
-**1. Text configurations (e.g. JSON)**
+**1. Text configurations**
 
 A ~3.5kB string of JSON can be compressed down ~2.5kB ([see it on Godbolt](https://godbolt.org/z/rqWf4v)).
 
-**2. Scripts (e.g. Lisp)**
+**2. Scripts**
 
 A ~40 line comment-including sample of Lisp can be reduced from 1,662 bytes to 1,251 (412 bytes saved) ([Godbolt](https://godbolt.org/z/Kbenbh)).