Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavr2003 authored Jul 13, 2021
1 parent ff593fe commit a58e778
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 @@ -39,7 +39,7 @@ app = Flask(__name__)

def the_template(): # Creating a simple template
title('Some title', templating=True) # Set templating to True if you're using Flask
head('this is a bulleted list')
head('Just a heads up', 'h2')
openBody()

def adding_table():
Expand Down

0 comments on commit a58e778

Please sign in to comment.