diff --git a/README.md b/README.md index ff1f901..44e22d6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This exporter takes the Draft.js ContentState data as input, and outputs HTML ba pip install draftjs_exporter ``` -We support the following Python versions: 3.8, 3.9, 3.10, 3.11, 3.12. For legacy Python versions, find compatible releases in the [CHANGELOG](https://github.com/springload/draftjs_exporter/blob/main/CHANGELOG.md). +We support the following Python versions: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13. For legacy Python versions, find compatible releases in the [CHANGELOG](https://github.com/springload/draftjs_exporter/blob/main/CHANGELOG.md). In your code, create an exporter and use the `render` method to create HTML: