Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Aug 24, 2024
1 parent 8a29d9f commit c80ea40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ pip install --upgrade git+https://github.com/Aermoss/PySDL3.git
```

## Requirements
Pre-built binaries are provided within the module so there are no additional requirements.
There are no additional requirements since the pre-built binaries are provided within the module.

## Documentation
There is no documentation available for now, but the function definitions are exactly the same as the SDL3 function definitions, so you can use the documentation of SDL3.
PySDL3 doesn't provide any documentation at the moment, but since the functions are exactly the same, you can use the official [documentation of SDL3](https://wiki.libsdl.org/SDL3).

## License
PySDL3 is available under the MIT license. See the LICENSE file for more info.
PySDL3 is available under the MIT license. See the [LICENSE](https://github.com/Aermoss/PySDL3/blob/main/LICENSE) file for more info.

0 comments on commit c80ea40

Please sign in to comment.