diff --git a/docs/integrations/app-development/github.md b/docs/integrations/app-development/github.md
index d9c10c71e7..a87c466330 100644
--- a/docs/integrations/app-development/github.md
+++ b/docs/integrations/app-development/github.md
@@ -127,12 +127,13 @@ In this step, you configure a Hosted Collector to receive Webhook Events from Gi
1. Configure a [Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector), or select an existing hosted collector for the HTTP Source.
2. Configure an[ HTTP Source](/docs/send-data/hosted-collectors/http-source/logs-metrics) on the Hosted Collector.
- * For Source Category, enter any string to tag the output collected from this Source, such as **GitHub**.
- * Click **+Add Field** and provide the following:
+ 1. For Source Category, enter any string to tag the output collected from this Source, such as `GitHub`.
+ 1. Click **+Add Field** and provide the following:
* **Field Name**. `_convertHeadersToFields`
* **Value**. `true`
- * Expand **Advanced Options for Logs (Optional)** section, then **uncheck (disable)** option, then **Extract timestamp information from log file entries** in **Timestamp Parsing**
- * Click **Save** and make note of the HTTP address for the Source. You will supply it when you configure the GitHub Webhook in the next section.
+ 1. Expand the **Advanced Options for Logs (Optional)** section.
+ 1. In the **Enable Timestamp Parsing** section, check **Extract timestamp information from log file entries**.
+ 1. Click **Save** and make note of the HTTP address for the Source. You will supply it when you configure the GitHub Webhook in the next section.
### Configure a GitHub Webhook