Skip to content

Commit

Permalink
📝 Include UTF-8 charset in quick start example
Browse files Browse the repository at this point in the history
Partially fixes electron#678
  • Loading branch information
kostia committed Sep 23, 2015
1 parent 057c773 commit 334c28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Finally the `index.html` is the web page you want to show:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
Expand Down

0 comments on commit 334c28d

Please sign in to comment.