From 2d1aa86f527ef3178666d78567d95a97c5675076 Mon Sep 17 00:00:00 2001 From: mcbbugu <35242765+mcbbugu@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:25:28 +0800 Subject: [PATCH] Fix: spelling of successfully in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dfdc968..a19f9a8e 100644 --- a/README.md +++ b/README.md @@ -1124,7 +1124,7 @@ In most cases, you won't need to build the SDK from source. If you want to build - Clone the repo - Run `python setup.py build` from the root of the project (assuming Python is installed) -- Ensure tests run succesfully. Install `tox` if not installed already using: `pip install tox`. Run tests using `tox` in the root directory of the project. +- Ensure tests run successfully. Install `tox` if not installed already using: `pip install tox`. Run tests using `tox` in the root directory of the project. ## Contributing