From 8c2dd73b3955863d9e05f9b6840ade642470c151 Mon Sep 17 00:00:00 2001 From: Karsten Gresch Date: Fri, 6 Oct 2023 17:20:49 +0200 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbbde3c..22523dd 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You can run this example as node processes on your localhost, as pods on a local ### Localhost -To run the basic application on your local machine, just run the commands bellow: +To run the basic application on your local machine, just run the commands below: ``` $ npm install @@ -37,4 +37,4 @@ $ npm run openshift # Deploys the example app ### OpenTelemetry with OpenShift Distributed Tracing Platform -This [link](./OTEL.md) contains instructions on how to install the OpenShift Distributed Tracing Platform and enable tracing. \ No newline at end of file +This [link](./OTEL.md) contains instructions on how to install the OpenShift Distributed Tracing Platform and enable tracing.