Skip to content

Commit

Permalink
add 'feet' UOM to gauge display
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Jun 10, 2015
1 parent 9df6cef commit 921134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ app.get('/', function(request, response) {
output += "No.";
}
output += "</h1>";
output += "Gauge Level: " + gaugeLevel;
output += "Gauge Level: " + gaugeLevel + " feet";
response.send(output);
});
});
Expand Down

0 comments on commit 921134b

Please sign in to comment.