diff --git a/README.md b/README.md index 662fe63..d0e431c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This registry allows package authors to specify where to find and how to build t packages displayed on e.g. [juliahub.com](https://juliahub.com/ui/Packages). ## Usage -Just add a new entry to `Registry.toml` by hand (see `Specifications` below) or with the provided `add_to_registry.jl` script: +Just add a new entry to `Registry.toml` by hand following the `Specifications` below (order doesn't matter) or with the provided `add_to_registry.jl` script: ``` julia add_to_registry.jl Package1 Package2 Package3 ``` diff --git a/Registry.toml b/Registry.toml index bdb85bc..f734984 100644 --- a/Registry.toml +++ b/Registry.toml @@ -412,3 +412,13 @@ method = "hosted" name = "SciMLBenchmarks" location = "https://docs.sciml.ai" method = "hosted" + +[21c4ae29-9918-4bcb-9542-b100d366d64c] +name = "StrategicGames" +location = "https://sylvaticus.github.io/StrategicGames.jl" +method = "hosted" + +[c8bf0fc5-5617-4766-b222-31d2f659b756] +name = "BDisposal" +location = "https://sylvaticus.github.io/BDisposal.jl" +method = "hosted"