about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--res/license.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index cfff17da..f0da6d6b 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Here's some:
   possible.
 * The default image decoder (PNG, JPEG, GIF, BMP) uses the
   [stb_image](https://github.com/nothings/stb) library, and WebP images are
-  decoded using the [jebp](https://github.com/matanui159/jebp) library. Image
+  decoded using the [JebP](https://github.com/matanui159/jebp) library. Image
   codecs are handled as protocols, so users will be able to add their own codecs
   (once I document how it works...)
 
diff --git a/res/license.md b/res/license.md
index fbc53205..a546995a 100644
--- a/res/license.md
+++ b/res/license.md
@@ -21,6 +21,7 @@ Table of contents:
 * [QuickJS](#quickjs)
 * [Punycode library](#punycode-library)
 * [STB image](#stb-image)
+* [JebP](#jebp)
 
 ## Chawan
 
@@ -120,9 +121,9 @@ Sean Barrett et al. are used for image transcoding. These libraries
 are dedicated to the public domain, and are distributed under the same
 terms as Chawan.
 
-## jebp
+## JebP
 
-A slightly modified version of the jebp library by Jasmine Minter is used for
+A slightly modified version of the JebP library by Jasmine Minter is used for
 decoding WebP images. This library is distributed under the following license:
 
 ```