Skip to content

Commit

Permalink
change app title
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffbass committed Sep 15, 2017
1 parent 5a400e5 commit 350395c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Boilermaker
# BoilerMade

*Good things come in pairs*

Looking to mix up a backend with express/sequelize and a frontend with react/redux? That's `boilermaker`!
Looking to mix up a backend with express/sequelize and a frontend with react/redux? That's `BoilerMade`!

Follow along with the workshop to make your own! This canonical version can serve as a reference, or a starting point all on its own.

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width initial-scale=1.0'>
<title>Boilermaker</title>
<title>BoilerMade</title>
<script defer src="/bundle.js"></script>
</head>
<body>
Expand Down

0 comments on commit 350395c

Please sign in to comment.