Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kentonv committed Oct 1, 2018
1 parent f608dbb commit a153279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ avoid the need for a C standard library. A more practical approach to building W
would be to use [Emscripten](http://emscripten.org) to provide a working library. However, as of
this writing, Emscripten still needs some tweaks to correctly target Cloudflare Workers.

In order to minimize dependencies, we implement image encoding, deconding, and resizing using the
In order to minimize dependencies, we implement image encoding, decoding, and resizing using the
[stb library](https://github.com/nothings/stb).

## What's in this repository
Expand Down

0 comments on commit a153279

Please sign in to comment.