Skip to content

Commit 25e51b1

Browse files
committed
Update README
1 parent 157d011 commit 25e51b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for performance purposes, this library minimizes object creation and copying as
5353
much as possible.
5454

5555
When a Turbo RGB triplet is returned from the colormap, it will be the same
56-
`Uint8ClampedArray` each time (one for each color in the palette). An exception
56+
`Uint8ClampedArray` each time (one for each color in the palette). An exception
5757
is the `interpolateNormalizedToTurbo` function, which creates a new array each
5858
time since it interpolates between Turbo colors.
5959

@@ -283,6 +283,8 @@ helper does exactly that.
283283
<div align="center">
284284
<img width="480" src="./demo/public/cocktail.depth.jpg">
285285
<p>
286-
<em>Image from my cocktail book, <a href="https://buymeacoffee.com/mosswood/e/303309">The Mosswood Cocktail Compendium</a>.</em>
286+
<small>
287+
<em>Image from my cocktail book, <a href="https://buymeacoffee.com/mosswood/e/303309">The Mosswood Cocktail Compendium</a>.</em>
288+
</small>
287289
</p>
288290
</div>

0 commit comments

Comments
 (0)