diff --git a/README.md b/README.md
index cebf20b5d33c68064690c4a87d8f5574162004eb..5d0c55335e07c3231dd678118f7a99daa6e1b62c 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,6 @@ Implements:
 - validation of messages against a specified OpenAPI schema 
 - decode/encode stubs
 
-## Dependencies 
-
-An axios library. Axios is included as a dev dependency to run the tests. 
-I've not installed it as a runtime dependency because in nuxt you need to 
-use @nuxtjs/axios instead.
-
 ## Setup 
 
 ```
@@ -35,9 +29,20 @@ yarn test
 
 ## Installing in your project 
 
+We may publish this to a public registry but for now you need to install the package 
+from git. 
+
+### Requirements 
+
+An `axios` library. Axios is included as a dev dependency to run the tests. 
+I've not installed it as a runtime dependency because in nuxt you need to 
+use `@nuxtjs/axios` instead. 
+
+**TODO fix this in rollup config**
+
 ### Yarn
 
-#### Once public 
+#### Once public
 
 ```yarn
 yarn add git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-javascript.git