Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Urbas committed Nov 30, 2013
1 parent 2636523 commit 58a621f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Heal'em All. Promo.](https://dl.dropboxusercontent.com/u/8751332/promo.png)

## Heal'em all. There's a cure for zombies.
## Heal'em All. There's a cure for zombies.

Imagine, what if the cure exists? What if zombies plague can be stoped?
Explore old, abandoned graveyard, heal as many zombies as you can, and find your way out.
Expand Down
6 changes: 3 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Heal'em all. There's a cure for zombies. HTML5 game.</title>
<title>Heal'em All. There's a cure for zombies. HTML5 game.</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->

<meta content="Imagine, what if the cure exists? What if zombies plague can be stoped? Explore old, abandoned graveyard, heal as many zombies as you can, and find your way out. But be careful not to become one of them!" name="description">
<meta content="@krzysu" name="author">

<meta content="http:https://github.com/krzysu/game-off-2013/" property="og:url">
<meta content="Heal'em all. There's a cure for zombies. HTML5 game." property="og:title">
<meta content="Heal'em All. There's a cure for zombies. HTML5 game." property="og:title">
<meta content="Imagine, what if the cure exists? What if zombies plague can be stoped? Explore old, abandoned graveyard, heal as many zombies as you can, and find your way out. But be careful not to become one of them!" property="og:description">
<meta content="http:https://github.com/krzysu/game-off-2013/screen.png" property="og:image">

Expand All @@ -33,7 +33,7 @@

<div id="loading">
<div class="loading-title">
<h1>Heal'em all</h1>
<h1>Heal'em All</h1>
<h2>There's a cure for zombies</h2>
</div>
<div id="loading-container">
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/game.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/scripts/game/scenes/start.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Q.scene "start", (stage) ->
titleContainer.insert new Q.UI.Text
x: 0
y: -100
label: "Heal'em all"
label: "Heal'em All"
color: "#f2da38"
family: "Jolly Lodger"
size: 120
Expand Down

0 comments on commit 58a621f

Please sign in to comment.