From 3857a11acab7cc2a8a6ba8daf3d45a67d931ff2f Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Thu, 7 Nov 2024 15:39:19 +0000 Subject: [PATCH] docs Signed-off-by: Dan Selman --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ❗