Skip to content

Commit 0220ef4

Browse files
authored
minor mods to readme to clarify based on jn input (#27)
1 parent 7fd2a48 commit 0220ef4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document includes:
1010
* [Usage for Publishers](#usage-for-publishers)
1111
- [Basic Usage](#basic-usage)
1212
- [Advanced Usage](#advanced-usage)
13-
* [## Usage for UID2 Sharers](#usage-for-uid2-sharers)
13+
* [Usage for UID2 Sharers](#usage-for-uid2-sharers)
1414

1515
## Who Is this SDK for?
1616

@@ -66,7 +66,7 @@ If you're using standard integration (client and server) (see [Client-Side JavaS
6666

6767
#### Server-Only Integration
6868

69-
If you're using server-only integration (see [Publisher Integration Guide, Server-Only (Without SDK)](https://unifiedid.com/docs/guides/custom-publisher-integration)):
69+
If you're using server-only integration (see [Publisher Integration Guide, Server-Only](https://unifiedid.com/docs/guides/custom-publisher-integration)):
7070

7171
1. Store this identity as a JSON string in the user's session, using the `identity.getJsonString()` function.
7272
2. To use the user's UID2 token, use the `identity.getAdvertisingToken()` function.
@@ -113,7 +113,8 @@ If you're using standard integration (client and server) (see [Client-Side JavaS
113113
`identity.getJsonString()`
114114

115115
#### Server-Only Integration
116-
If you're using server-only integration (see [Publisher Integration Guide, Server-Only (Without SDK)](https://unifiedid.com/docs/guides/custom-publisher-integration)):
116+
117+
If you're using server-only integration (see [Publisher Integration Guide, Server-Only](https://unifiedid.com/docs/guides/custom-publisher-integration)):
117118

118119
1. Store this identity as a JSON string in the user's session, using: `identity.getJsonString()`.
119120
2. To use the user's UID2 token, use `identity.getAdvertisingToken()`.

0 commit comments

Comments
 (0)