From 19512d72a7d9d5b5cacb665b3dd34dcb9c92ad95 Mon Sep 17 00:00:00 2001 From: Lars Hellemo Date: Thu, 26 Mar 2026 14:49:35 +0100 Subject: [PATCH] Fix typo in example and add link to documentation in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f55fdde..6ec2ca7 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ Run the bundled examples from a REPL: ```julia julia> using EnergyModelsGasNetworks julia> exdir = joinpath(pkgdir(EnergyModelsGasNetworks), "examples") -julia> include(joinpath(exdir, "single_pressure.jl")) # pressure drop with Taylor cuts -julia> include(joinpath(exdir, "pooling.jl")) # hydrogen–methane blending +julia> include(joinpath(exdir, "pressure.jl")) # pressure drop with Taylor cuts +julia> include(joinpath(exdir, "pooling.jl")) # hydrogen–methane blending ``` Each script builds a case, sets an optimiser, solves, and prints key flows/pressures or proportions using `PrettyTables`. ## Documentation -Full docs live under `docs/` and cover installation, examples, background, and the public API. +[The full documentation](https://energymodelsx.github.io/EnergyModelsGasNetworks.jl/stable/) covers installation, examples, background, and the public API. ## Funding