diff --git a/README.md b/README.md
index 8aa004fc1a9031b66fe20c0944694f41e99e754f..3a99361f29da50ae484a367087c293cfaf68fbc7 100644
--- a/README.md
+++ b/README.md
@@ -62,14 +62,14 @@ SSH into the VM
 The containers are controlled using a script called /vagrant/scripts/test/fixtures.sh
 
 ```
-Usage: fixturs.sh create|start|stop|destroy [-f config_file] [-r repo_root] [-c service_name]"
+Usage: fixture.sh create|start|stop|destroy [-f config_file] [-r repo_root] [-c service_name]"
 ```
 
 To create all the services needed for integration tests
 
 ```
 sudo su
-/vagrant/scripts/test/fixtures.sh create -f /vagrant/src/test/clmctest/rspec.json
+/vagrant/scripts/test/fixture.sh create -f /vagrant/src/test/clmctest/rspec.json
 ```
 
 The containers created are defined an rspec.json file, there's an example here `/vagrant/src/test/clmctest/rspec.json`
@@ -79,7 +79,7 @@ The `fixtures.sh` script defaults to look for a rspec.json in the current direct
 To create|start|stop|destroy specific services use the -c option e.g.
 
 ```
-/vagrant/scripts/test/fixtures.sh create -f /vagrant/src/test/clmctest/rspec.json -c clmc-service
+/vagrant/scripts/test/fixture.sh create -f /vagrant/src/test/clmctest/rspec.json -c clmc-service
 ```
 
 Attach to the test-runner to run the tests