We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d7b6a commit 9ed5a75Copy full SHA for 9ed5a75
1 file changed
README.md
@@ -103,8 +103,8 @@ assert results[0].text() == "lexbor is AwesOme"
103
104
### Available backends
105
106
-Selectolax supports two backends: `Modest` and `Lexbor`. By default, all examples use the Modest backend.
107
-Most of the features between backends are almost identical, but there are still some differences.
+Selectolax supports two backends: `Modest` and `Lexbor`. By default, all examples use the `Lexbor` backend.
+Most of the features between backends are almost identical, but there are some differences.
108
109
As of 2024, the preferred backend is `Lexbor`. The `Modest` backend is still available for compatibility reasons
110
and the underlying C library that selectolax uses is not maintained anymore.
0 commit comments