diff --git a/README.md b/README.md
index d07433f..b998b39 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ Orchestrators can be inspected by clicking on their address, showing all of thei
- Returns a JSON object of top 200 coint data by coin symbol
- https://nframe.nl/api/livepeer/getEvents
- Returns a JSON object of the raw data of all events on the Livepeer BondingManager contract
-- https://nframe.nl/api/livepeer/getEvents
- - Returns a JSON object of the raw data of all events on the Livepeer BondingManager contract
+- https://nframe.nl/api/livepeer/getTickets
+ - Returns a JSON object of the raw data of all events on the Livepeer TicketBroker contract
- https://nframe.nl/api/livepeer/getOrchestrator
- POST request with orchAddr in the body
- https://www.nframe.nl/livepeer/getOrchestrator?orchAddr=0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e
@@ -33,6 +33,8 @@ Orchestrators can be inspected by clicking on their address, showing all of thei
- https://www.nframe.nl/livepeer/prometheus/0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e
- Returns a Prometheus compatible output of all data except blockchain Events
+See the wiki for examples of their raw output
+
# How
## Frontend
diff --git a/src/components/eventButton.js b/src/components/eventButton.js
index 4066e51..8beaf4f 100644
--- a/src/components/eventButton.js
+++ b/src/components/eventButton.js
@@ -77,19 +77,19 @@ const EventButton = (obj) => {
blockNumber =
- 💬 {obj.eventObj.eventDescription} -
- {eventFrom} - {eventTo} -+ 💬 {obj.eventObj.eventDescription} +
+ {eventFrom} + {eventTo}