Skip to content

Commit

Permalink
fix $ so gitclip works, add Symfony 7 (#95)
Browse files Browse the repository at this point in the history
Also, the github repo description should add Symfony 7, under Settings.
  • Loading branch information
tacman authored Mar 31, 2024
1 parent 6d8010b commit a65bc8e
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 @@ -4,7 +4,7 @@
| [![Coverage Status][Master coverage image]][Master coverage] |


Symfony 5 and 6 Prometheus Metrics Bundle
Symfony 5/6/7 Prometheus Metrics Bundle
=========================================

A Symfony bundle for the `promphp/prometheus_client_php`.
Expand All @@ -18,7 +18,7 @@ Applications that use Symfony Flex
Open a command console, enter your project directory and execute:

```console
$ composer require artprima/prometheus-metrics-bundle
composer require artprima/prometheus-metrics-bundle
```

Applications that don't use Symfony Flex
Expand All @@ -30,7 +30,7 @@ Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```console
$ composer require artprima/prometheus-metrics-bundle
composer require artprima/prometheus-metrics-bundle
```

This command requires you to have Composer installed globally, as explained
Expand Down

0 comments on commit a65bc8e

Please sign in to comment.