diff --git a/README.md b/README.md index c2ddf88..3fcdfff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Welcome, and thank you for using this api wrapper! This wrapper is completely as For any questions and support for the wrapper, you can visit the [Discord support server](https://discord.gg/wZSH7pz "Devision") # Getting Started: -To begin with, you'll habe to install the package by doing one of the following commands: +To begin with, you'll have to install the package by doing one of the following commands: - `pip install -U sr_api` - `python -m pip -U install sr_api` @@ -16,7 +16,7 @@ Or you can install directly from source by doing one of the following commands: After that, you will have to create the client: ```python -from sr_api +import sr_api client = sr_api.Client() ```