From c78e84c4e131ee4e67b7942c5e149bf3bd65285b Mon Sep 17 00:00:00 2001 From: Adrian Carriger Date: Thu, 5 Apr 2018 21:32:09 -0500 Subject: [PATCH] fix(readme): correct typos --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index be94a1a..1af531f 100644 --- a/readme.md +++ b/readme.md @@ -63,13 +63,13 @@ npm install frosted-glass --save ### `frosted-glass-container` -- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7); +- `stretch` - ensures that edges get blurred by [stretching the container dimentions by 5%](https://github.com/adriancarriger/frosted-glass/blob/master/src/components/frosted-glass-container/frosted-glass-container.scss#L5-L7) #### Example ```html - + ```