Skip to content

Commit

Permalink
Polished docs (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored Mar 12, 2021
1 parent 3e4edaf commit 833c7ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ composer require contributte/tracy

`TracyBlueScreensExtension` adds a few BlueScreen panels for easier debugging.

```yaml
```neon
extensions:
tracy.bluescreens: Contributte\Tracy\DI\TracyBlueScreensExtension
tracy.bluescreens: Contributte\Tracy\DI\TracyBlueScreensExtension
```

![Container Builder - parameters][container-builder-parameters]
Expand All @@ -33,12 +33,12 @@ extensions:

`NavigationPanelExtension` adds a Tracy bar panel for navigating across all presenters.

```yaml
```neon
extensions:
tracy.navigation: Contributte\Tracy\DI\NavigationPanelExtension
tracy.navigation: Contributte\Tracy\DI\NavigationPanelExtension
tracy.navigation:
debug: %debugMode%
debug: %debugMode%
```

Links are generated for presenters which:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Website 🚀 <a href="https://contributte.org">contributte.org</a> | Contact

To install latest version of `contributte/tracy` use [Composer](https://getcomposer.com).

```
```bash
composer require contributte/tracy
```

Expand All @@ -49,5 +49,5 @@ See [how to contribute](https://contributte.org) to this package. This package i

-----

Consider to [support](https://contributte.com/partners) **contributte** development team.
Consider to [support](https://contributte.org/partners) **contributte** development team.
Also thank you for using this package.

0 comments on commit 833c7ed

Please sign in to comment.