diff --git a/README.md b/README.md index e4de77fe6..682b92825 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # cicd-pipeline-train-schedule-jenkins - +I am adding test to test my webhook +# comment This is a simple train schedule app written using nodejs. It is intended to be used as a sample application for a series of hands-on learning activities. ## Running the app diff --git a/views/index.jade b/views/index.jade index 6e6be7155..6fb494a72 100644 --- a/views/index.jade +++ b/views/index.jade @@ -1,7 +1,7 @@ extends layout block content - h1 Find your train! + h1 Find your train1! p Select your train below to see its current schedule. #wrapper #trainList @@ -10,4 +10,4 @@ block content #trainInfo strong #trainSchedule - strong Select a train to view its current schedule. \ No newline at end of file + strong Select a train to view its current schedule.