From 5c04f3e9efc3f118c6e67a487882b65508e4ce7d Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Fri, 3 Jan 2025 23:46:26 +0100 Subject: [PATCH] typo fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68db8b2..551fe5c 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ package.dependencies.append( # Using Resolution - Create an instance of the Resolution class -- Call any method of the Resolution class asyncronously +- Call any method of the Resolution class asynchronously -> NOTE: make sure an instance of the Resolution class is not deallocated until the asyncronous call brings in the result. Your code is the **only owner** of the instance so keep it as long as you need it. +> NOTE: make sure an instance of the Resolution class is not deallocated until the asynchronously call brings in the result. Your code is the **only owner** of the instance so keep it as long as you need it. ## Initialize with Unstoppable Domains' Proxy Provider