Skip to content

Commit

Permalink
fix deprecated doctype 5
Browse files Browse the repository at this point in the history
Fix deprecated `doctype 5`
http://cl.ly/image/1N3K3L0G3j0V
  • Loading branch information
Azat Mardanov committed Dec 28, 2013
1 parent f3cbaf4 commit 66d5a56
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 @@ -38,7 +38,7 @@ $ npm install jade
Jade is a clean, whitespace sensitive syntax for writing html. Here is a simple example:

```jade
doctype 5
doctype html
html(lang="en")
head
title= pageTitle
Expand Down

0 comments on commit 66d5a56

Please sign in to comment.