diff --git a/README.md b/README.md
index 3c2eced..1a41af3 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,9 @@ Files you must supply/override in your downstream builds:
> entityID
***New in the 3.0 release:***
->The image is based from the public CentOS7 image
->The TIER logging format has been implemented for shibd and httpd
->Everything now runs under supervisord
->The TIER Beacon has been implemented
->The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file
-
+* The image is based from the public CentOS7 image
+* The TIER logging format has been implemented for shibd and httpd
+* Everything now runs under supervisord
+* The TIER Beacon has been implemented
+* The file */etc/httpd/conf.d/ssl.conf* is now the default CentOS7 file
diff --git a/tests/image.bats b/tests/image.bats
index 2ab8f4b..070a19f 100644
--- a/tests/image.bats
+++ b/tests/image.bats
@@ -22,8 +22,8 @@ load ../common
docker run -i $maintainer/$imagename find /usr/local/bin/shibboleth_keygen.sh
}
-@test "Includes httpd + shibd startup script" {
- docker run -i $maintainer/$imagename find /usr/local/bin/httpd-shib-foreground
+@test "Includes startup script" {
+ docker run -i $maintainer/$imagename find /usr/local/bin/startup.sh
}
@test "070 There are no known security vulnerabilities" {