Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 9, 2024
1 parent 494815a commit 0479114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0479114

Please sign in to comment.