Skip to content

Commit 898ce2a

Browse files
authored
Fix typo in example and add link to documentation in README. (#12)
1 parent 76e758a commit 898ce2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Run the bundled examples from a REPL:
3333
```julia
3434
julia> using EnergyModelsGasNetworks
3535
julia> exdir = joinpath(pkgdir(EnergyModelsGasNetworks), "examples")
36-
julia> include(joinpath(exdir, "single_pressure.jl")) # pressure drop with Taylor cuts
37-
julia> include(joinpath(exdir, "pooling.jl")) # hydrogen–methane blending
36+
julia> include(joinpath(exdir, "pressure.jl")) # pressure drop with Taylor cuts
37+
julia> include(joinpath(exdir, "pooling.jl")) # hydrogen–methane blending
3838
```
3939

4040
Each script builds a case, sets an optimiser, solves, and prints key flows/pressures or proportions using `PrettyTables`.
4141

4242
## Documentation
4343

44-
Full docs live under `docs/` and cover installation, examples, background, and the public API.
44+
[The full documentation](https://energymodelsx.github.io/EnergyModelsGasNetworks.jl/stable/) covers installation, examples, background, and the public API.
4545

4646
## Funding
4747

0 commit comments

Comments
 (0)