Skip to content

Commit 03e43db

Browse files
committed
proofs for README
1 parent 4518aba commit 03e43db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ Adjust.trackEvent (adjustEvent);
168168

169169
##### In-App Purchase verification
170170

171-
If you want to use server side receipt verification in order to check validity of In-App Purchases
172-
made in your app, check out our `Unity3d purchase SDK` and read more about it in [here][unity-purchase-sdk].
171+
If you want to check the validity of In-App Purchases made in your app using Purchase Verification, adjust's server side receipt verification tool, then check out our `Unity3d purchase SDK` and read more about it [here][unity-purchase-sdk].
173172

174173
### 8. Add callback parameters
175174

@@ -279,7 +278,7 @@ public class ExampleGUI : MonoBehaviour {
279278

280279
You can register a callback to be notified of successful and failed tracked events and/or sessions.
281280

282-
Follow the same steps and implement the following callback function for successful tracked events:
281+
Follow the same steps to implement the following callback function for successful tracked events:
283282

284283
```cs
285284
// ...

0 commit comments

Comments
 (0)