Merge pull request #18407 from prapti222/patch-1

docs: fix minor grammar issues in README
This commit is contained in:
Bryan Boreham
2026-03-31 12:10:49 +01:00
committed by GitHub

View File

@@ -40,14 +40,14 @@ The features that distinguish Prometheus from other metrics and monitoring syste
## Install
There are various ways of installing Prometheus.
There are various ways to install Prometheus.
### Precompiled binaries
Precompiled binaries for released versions are available in the
[*download* section](https://prometheus.io/download/)
on [prometheus.io](https://prometheus.io). Using the latest production release binary
is the recommended way of installing Prometheus.
is the recommended way to install Prometheus.
See the [Installing](https://prometheus.io/docs/introduction/install/)
chapter in the documentation for all the details.
@@ -65,7 +65,7 @@ Prometheus will now be reachable at <http://localhost:9090/>.
### Building from source
To build Prometheus from source code, You need:
To build Prometheus from source code, you need:
* Go: Version specified in [go.mod](./go.mod) or greater.
* NodeJS: Version specified in [.nvmrc](./web/ui/.nvmrc) or greater.