Skip to content

Commit 5a36988

Browse files
authored
Update README.md
1 parent 25fdbf5 commit 5a36988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Building Static HTML and CSS in Python
33

44
## Introduction
55
PyHTML is a library that compiles HTML syntax based on how py-HTML elements are combined. The compiled HTML is still static not JS interactions or Virtual DOM thingy.
6-
It simply provides components that make it easier to build the HTML template faster.
6+
It simply provides components that make building the HTML template faster.
77

8-
Although there are Jinja and Mako in this space, I don't intend to make this library a substitute for such a package.
8+
Although Jinja and Mako are in this space, I don't intend to substitute this library for such a package.
99

1010
**This is just an experiment.**
1111

0 commit comments

Comments
 (0)