Skip to content

Commit 077a9f7

Browse files
authored
Fix numeration in quick run section (#10)
1 parent de3a207 commit 077a9f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ for PowerShell use this script:
112112
while (1) {Invoke-WebRequest -Uri http://localhost:5001/api/enqueue/WebSiteA; sleep 2}
113113
```
114114

115-
4. View traces in [Jaeger](http://localhost:16686/)
116-
5. View metrics by searching for "Enqueued_Item" in [Prometheus](http://localhost:9090)
117-
6. Build dashboards in [Grafana](http://localhost:3000/) (admin/password1)
115+
5. View traces in [Jaeger](http://localhost:16686/)
116+
6. View metrics by searching for "Enqueued_Item" in [Prometheus](http://localhost:9090)
117+
7. Build dashboards in [Grafana](http://localhost:3000/) (admin/password1)
118118

119119
### Using Application Insights SDK
120120

0 commit comments

Comments
 (0)