Skip to content

Commit 3857a11

Browse files
committed
docs
Signed-off-by: Dan Selman <[email protected]>
1 parent 7da928d commit 3857a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Model Library Development Guide
22

3-
Note that all the models in this repository use "imports from http://<URL>" 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
3+
Note that all the models in this repository use `import *** from http://<URL>` 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
44
you should re-run the build action (on Github).
55

66
## ❗ Accord Project Development Guide ❗

0 commit comments

Comments
 (0)