From 692aeab400d7bd1c304e7a78413df69ebafb35c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Mon, 19 Dec 2016 17:50:38 +0100 Subject: [PATCH] Readme: highlight neon by yaml --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd6190a..1e7bbec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ composer require lookyman/nette-proxy ### Config -```neon +```yaml extensions: proxy: Lookyman\Nette\Proxy\DI\ProxyExtension @@ -34,7 +34,7 @@ proxy: Tag services with `lookyman.lazy` and they get magically proxied. -```neon +```yaml services: - class: MyHeavyService @@ -43,7 +43,7 @@ services: If you have `proxy.default` turned on and you don't want a particular service to be proxied, you can do it like this: -```neon +```yaml services: - class: DontProxyMeService