From 5fc5015915d952c23bdba7f2bea1c0dba19b6a66 Mon Sep 17 00:00:00 2001 From: Indra Gunawan Date: Tue, 16 Jan 2018 15:24:02 +0700 Subject: [PATCH] bold information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87edeb3..c51bc29 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ If you install without using Symfony Flex, first add the bundle by using compose ### Creating Facade -To create a facade create a class that extends base `Indragunawan\FacadeBundle\AbstractFacade` class and implement the `getFacadeAccessor` method that returns the `service id`, support *private* and *public* service. +To create a facade create a class that extends base `Indragunawan\FacadeBundle\AbstractFacade` class and implement the `getFacadeAccessor` method that returns the `service id`, support **private** and **public** service. ```php