Browse Source

update

master
Grant Shipley 10 years ago
parent
commit
93665ed5b2
  1. 4
      README.md
  2. 2
      src/main/webapp/index.html

4
README.md

@ -1,4 +1,4 @@
Getting Started with Java on OpenShift Sample Application
Getting Started with OpenShift Sample Application
====================
This is a sample application for the book, Getting Started with Java on OpenShift
This is a sample application for the book, Getting Started with OpenShift

2
src/main/webapp/index.html

@ -6,6 +6,6 @@
<title>Welcome to OpenShift</title>
</head>
<body>
<h1>Welcome to Getting Started with Java on OpenShift!</h1>
<h1>Hello, OpenShift.</h1>
</body>
</html>
Loading…
Cancel
Save