diff --git a/nodejs-helloworld/package.json b/nodejs-helloworld/package.json index 338e1f7ead..29b13f406d 100644 --- a/nodejs-helloworld/package.json +++ b/nodejs-helloworld/package.json @@ -9,6 +9,6 @@ "author": "Red Hat Training", "license": "ASL", "dependencies": { - "express" "4.14.x" + "express": "4.14.x" } } diff --git a/php-scale/index.php b/php-scale/index.php index c449674f1f..df022a6cb8 100644 --- a/php-scale/index.php +++ b/php-scale/index.php @@ -1,3 +1,3 @@ " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; + print "This is version 2 of the app. I am running on host -> " . gethostname() ." (" . $_SERVER['SERVER_ADDR'] . ")" . "\n"; ?>