From 0479114891a9a79c840171871c605d789fb19327 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 9 Jan 2024 09:06:15 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: