From 506e13309a5e42838d3e8fd119b90016094ec23d Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Tue, 31 Oct 2023 19:53:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a982614..0acdb1e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ poki_sdk.is_ad_blocked() ``` Use this instruction: [PokiSDK - Defold](https://sdk.poki.com/defold.html) -Do not collect Lua errors manually using `sys.set_error_handler()``. The SDK collects Lua errors and the engine's errors and warnings automatically. +Do not collect Lua errors manually using `sys.set_error_handler()`. The SDK collects Lua errors and the engine's errors and warnings automatically. When you get your PokiSDK Sitelock code, just add it to your game as: ```lua