Skip to content

Commit

Permalink
Match initial color to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukwallace committed Mar 24, 2017
1 parent 10b936c commit a78dd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4-Containerized_Development_With_Volumes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.use(express.static(__dirname + '/views'));
app.get('/', (req, res) => {

// Change the 'color' variable to a different color!
var color = 'red';
var color = 'SteelBlue';

res.render('index', {color: color});
});
Expand Down

0 comments on commit a78dd17

Please sign in to comment.