Skip to content

Commit 9c46c5b

Browse files
committed
Fix the title in the slide template
1 parent 643957f commit 9c46c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/_index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<head>
55
<meta charset="utf-8">
66

7-
<title>Writing for the PHP Command Line Interface</title>
7+
<title>Building for the PHP Command Line Interface</title>
88

99
<meta name="apple-mobile-web-app-capable" content="yes" />
1010
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
1111

1212
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
1313

1414
<link rel="stylesheet" href="bower_components/reveal.js/css/reveal.css">
15-
15+
1616
<link rel="stylesheet" href="css/theme.css" id="theme">
17-
17+
1818

1919
<!-- For syntax highlighting -->
2020
<link rel="stylesheet" href="bower_components/highlightjs/styles/zenburn.css">

0 commit comments

Comments
 (0)