aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-10-17 16:55:49 +1100
committerGitHub <noreply@github.com>2018-10-17 16:55:49 +1100
commit3e9336b15da051bfd175b332f46e614028830b2b (patch)
treeeafdd822a7f9440d07edcc8d171c369045f54b05
parentde4707125638dc1b04da0b4cf690fb2259fefd63 (diff)
parent5c78ecc15da28b4f86ceb02bc109d5a1e73a2628 (diff)
downloadplyr-3e9336b15da051bfd175b332f46e614028830b2b.tar.lz
plyr-3e9336b15da051bfd175b332f46e614028830b2b.tar.xz
plyr-3e9336b15da051bfd175b332f46e614028830b2b.zip
Merge pull request #1217 from epalmans/master
typo
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 97a1765f..f07ff7a8 100644
--- a/readme.md
+++ b/readme.md
@@ -175,7 +175,7 @@ Any questions regarding the ads can be sent straight to vi.ai and any issues wit
### SASS
You can use `bundle.scss` file included in `/src` as part of your build and change variables to suit your design. The SASS require you to
-use the [autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer) plugin (you be should already!) as all declarations use the W3C definitions.
+use the [autoprefixer](https://www.npmjs.com/package/gulp-autoprefixer) plugin (you should be already!) as all declarations use the W3C definitions.
The HTML markup uses the BEM methodology with `plyr` as the block, e.g. `.plyr__controls`. You can change the class hooks in the options to match any custom CSS
you write. Check out the JavaScript source for more on this.