Skip to content

Commit 3abd596

Browse files
authored
small wording changes
1 parent 959957e commit 3abd596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once you've set `KEEN_PROJECT_ID` and `KEEN_WRITE_KEY`, sending events is simple
6262
Data Enrichment
6363
```````````````
6464

65-
Keen IO can enrich event data by parsing or joining it with other data sets. This is done through the concept of “add-ons”. To activate add-ons, you simply add some new properties within the "keen" namespace in your events. Detailed documentation for the configuration of our add-ons is available `here <https://keen.io/docs/api/python#data-enrichment>`_.
65+
Keen IO can enrich event data by parsing or joining it with other data properties. This is done through the concept of “add-ons”. To activate add-ons, you simply add some new properties within the "keen" namespace in your events. Detailed documentation for the configuration of our add-ons is available `here <https://keen.io/docs/api/python#data-enrichment>`_.
6666

6767
Here is an example of using the `URL parser <https://keen.io/docs/streams/data-enrichment-overview/#addon-url-parser>`_:
6868

@@ -120,7 +120,7 @@ Here is another example of using the `Datetime parser <https://keen.io/docs/api/
120120
"price": 500
121121
})
122122
123-
Other data enrichment add-ons are located in the `API reference docs <https://keen.io/docs/api/python#data-enrichment>`_.
123+
Other Data Enrichment add-ons are located in the `API reference docs <https://keen.io/docs/api/python#data-enrichment>`_.
124124

125125
Send Batch Events to Keen IO
126126
````````````````````````````

0 commit comments

Comments
 (0)