Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
Readme: highlight neon by yaml
  • Loading branch information
lookyman authored Dec 19, 2016
2 parents 32053a1 + 692aeab commit 20c872b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require lookyman/nette-proxy

### Config

```neon
```yaml
extensions:
proxy: Lookyman\Nette\Proxy\DI\ProxyExtension
Expand All @@ -34,7 +34,7 @@ proxy:

Tag services with `lookyman.lazy` and they get magically proxied.

```neon
```yaml
services:
-
class: MyHeavyService
Expand All @@ -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
Expand Down

0 comments on commit 20c872b

Please # to comment.