From 373e4954fd08f6a06320758a72aca1ade9461ba4 Mon Sep 17 00:00:00 2001 From: Luke Bearl Date: Sat, 24 Feb 2018 22:07:00 -0800 Subject: [PATCH] Fixing typo. Compoiled -> Compiled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e28fe6..a12d5b8 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ There are several options available: We provide compiled CSS (`paper.css`) as well as minified CSS (`paper.min.css`). -You can choose which components you may want to use. Only the components that get imported in `src/styles.scss` will be compoiled into `dist/paper.css`. +You can choose which components you may want to use. Only the components that get imported in `src/styles.scss` will be compiled into `dist/paper.css`. You can also play with original, source files, written in SCSS, in `src/`.