Skip to content

Commit

Permalink
rename title
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis617 committed Feb 4, 2016
1 parent 6731817 commit e0d17f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion input-redux/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Hello World app</title>
<title>input-redux</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion redux-wilddog-todos/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Hello World app</title>
<title>redux-wilddog-todos</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion todo-reflux/index.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>Hello World app</title>
<title>todo-reflux</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit e0d17f9

Please sign in to comment.