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