diff --git a/DEVELOPERS.md b/DEVELOPERS.md index a596136..3d13540 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -1,6 +1,6 @@ # Model Library Development Guide -Note that all the models in this repository use "imports from http://" to reference models, which makes each model self-contained. It does mean however that if you introduce a new model and its dependency in the same pull-request then the publish will fail, because the dependency is not yet published. In this scenario +Note that all the models in this repository use `import *** from http://` style imports to reference models, which makes each model self-contained. It does mean however that if you introduce a new model and its dependency in the same pull-request then the publish will fail, because the dependency is not yet published. In this scenario you should re-run the build action (on Github). ## ❗ Accord Project Development Guide ❗