Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Nov 7, 2024
1 parent 7da928d commit 3857a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model Library Development Guide

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
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
you should re-run the build action (on Github).

## ❗ Accord Project Development Guide ❗
Expand Down

0 comments on commit 3857a11

Please sign in to comment.