diff --git a/README.md b/README.md index 3117018..9c8c5d6 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Getting started -Taplytics decisions is an API to quickly use Taplytics features and functionality at edge. +Taplytics Universal API enables you to quickly use Taplytics features and functionality at edge. ## How to Build @@ -211,21 +211,21 @@ $body = array( $result = $client->postEvent($token, $userId, $body); -``` - -The format for passing in events is as follows: - -``` -{ - attributes: { - name: '', - ... - }, - events: [ - {eventName: '', eventValue}, - ... - ] -} +``` + +The format for passing in events is as follows: + +``` +{ + attributes: { + name: '', + ... + }, + events: [ + {eventName: '', eventValue}, + ... + ] +} ```