diff --git a/bindings/cashu-ffi/bindings-python/README.md b/bindings/cashu-ffi/bindings-python/README.md index 11da4980..9aeffd19 100644 --- a/bindings/cashu-ffi/bindings-python/README.md +++ b/bindings/cashu-ffi/bindings-python/README.md @@ -15,7 +15,7 @@ just python ## Getting Started -For now this is not published as a package as it is still in early devlopment. So you will have to build it as above. In the future this will be pulished and pip can be used to install. +For now this is not published as a package as it is still in early development. So you will have to build it as above. In the future this will be pulished and pip can be used to install. ```python from cashu_protocol import Token, Proof, PublicKey, Amount diff --git a/bindings/cashu-ffi/bindings-python/examples/token.py b/bindings/cashu-ffi/bindings-python/examples/token.py index 1c05d0e5..56bffe35 100644 --- a/bindings/cashu-ffi/bindings-python/examples/token.py +++ b/bindings/cashu-ffi/bindings-python/examples/token.py @@ -25,5 +25,5 @@ print(new_token.as_string()) # This is failing because of the url serialization. # https://github.com/thesimplekid/cashu-crab/issues/13 -# It is still a valid token, just does not match the referance +# It is still a valid token, just does not match the reference print(new_token.as_string == token_str)