From f3c4d01d896163c2d36a6b891a85477bb8545913 Mon Sep 17 00:00:00 2001 From: Lisa Rennels <31779240+lrennels@users.noreply.github.com> Date: Fri, 26 Aug 2022 00:45:18 -0500 Subject: [PATCH] Update exp_pkgs.md --- docs/src/explanations/exp_pkgs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/explanations/exp_pkgs.md b/docs/src/explanations/exp_pkgs.md index 7f9cf7231..6b376adf9 100644 --- a/docs/src/explanations/exp_pkgs.md +++ b/docs/src/explanations/exp_pkgs.md @@ -27,7 +27,7 @@ run(m) Packages can be registered in a [Registry](https://julialang.github.io/Pkg.jl/v1/registries/), and "registries contain information about packages, such as available releases and dependencies, and where they can be downloaded. The [General registry](https://github.com/JuliaRegistries/General) is the default one, and is installed automatically". -The Mimi registry is a custom registry maintained by the Mimi development team that collects several Mimi models in one central registry in the same way julia collects packages in the General registry, where `Mimi` and other packages you commonly may use are located. While the development team maintains this registry and has some basic requirements such as continuous integration testing (CI) and proper package structure as dictated by julia, they do not claim responsibility or knowledge of the content or quality of the models themselves. +The Mimi registry is a custom registry maintained by the Mimi development team that co-locates several Mimi models in one central registry in the same way julia co-locates packages in the General registry, where `Mimi` and other packages you commonly may use are located. While the development team maintains this registry and has some basic requirements such as continuous integration testing (CI) and proper package structure as dictated by julia, they do not claim responsibility or knowledge of the content or quality of the models themselves. If you are interested in adding a model to the Mimi Registry, please be in touch with the Mimi development team by opening an [Issue on the Registry](https://github.com/mimiframework/MimiRegistry/issues) and/or a question on the [Mimi forum](https://forum.mimiframework.org) if you do not receive a timely response. We will aim to create a standard guide for this process soon.