mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
docs: fix minor grammar issues in README
This PR fixes minor grammar and wording issues in the README to improve clarity and readability.
Changes include:
- Fix capitalization ("You" → "you")
- Improve sentence clarity
No functional changes.
Signed-off-by: Prapti Gupta <gupta.prapti509@gmail.com>
This commit is contained in:
parent
74bfffc471
commit
f0963cb510
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user