From 0fcc6075235f96671cb96bf33fd6965be83c70d6 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Tue, 24 Apr 2018 23:41:20 -0300 Subject: [PATCH] Fix some words on the don't section. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6a8faea..3f7d941 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ If you wish to maintain a code pattern throughout your entire project, with clea ## DON'T * Declare global mixins; -* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug), create a class or id instead; -* Use v-bind, use the short term (:); -* Use v-on, use the short term (@); -* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly, create a class instead; +* Use v-bind. Instead, use the short term (:); +* Use v-on. Instead, use the short term (@); +* Use a `div` as an actual `div` using [Pug](https://github.com/pugjs/pug). Create a class or id instead; +* Use `style`, `height`, `width`, and other __static__ attribute tags inside them directly. Create a class instead; * Use [jQuery](https://jquery.com/). ### Code Style Recommended