From 08a2c3a458c88da8b13eb902098e1ae0178c3473 Mon Sep 17 00:00:00 2001 From: Michael <184316+muescha@users.noreply.github.com> Date: Tue, 24 Sep 2019 14:49:33 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 823b09e..bc6aefb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ import { Blurhash } from "react-blurhash"; ### Description -`Blurhash` component is the recommended way to render blurashes in your React projects. +`Blurhash` component is the recommended way to render blurhashes in your React projects. It uses `BlurhashCanvas` and a wrapping `div` to scale the decoded image to your desired size. You may control the quality of the decoded image with `resolutionX` and `resolutionY` props. #### Props