Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
daniel-shimon authored Apr 28, 2017
1 parent cc83e7d commit 30e59d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# html-browser
HTML Parser and renderer in cpp using the SFML rendering library

Parses HTML files with css and creates an parse tree of Tag objects.
All Tag objects inherit from BaseTag object.
Parses HTML files with css and creates a parse tree of tag objects.
All tag objects inherit from the BaseTag object.

Renders the tree with the SFML library

0 comments on commit 30e59d8

Please sign in to comment.