From aa06db70a9c0e0b014206dd4452534267dd500fc Mon Sep 17 00:00:00 2001 From: Mathias Grimm Date: Tue, 15 Mar 2016 22:07:08 +0000 Subject: [PATCH] doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0c86dc..51c342d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Our examples will be using a class alias which will be explained next Using Class Alias ----------------- -The default class alias is A but you can also define your custom alias. +The default class alias is `A` but you can also define your custom alias. -By using the default alias (A) you get the benefits of the ide auto-completion +By using the default alias you get the benefits of the ide auto-completion ```php