Skip to content

Commit

Permalink
Update README.md (#326)
Browse files Browse the repository at this point in the history
Fixing typo in readme Julia command
  • Loading branch information
StevePny authored Jan 13, 2025
1 parent 048c893 commit 72d71a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ julia> Pkg.add("ClimaOcean")
julia> Pkg.instantiate()
```

Use `Pkg.add("url=https://github.com/CliMA/ClimaOcean.jl.git", rev="main")` to install the latest version of `ClimaOcean`.
Use `Pkg.add(url="https://github.com/CliMA/ClimaOcean.jl.git", rev="main")` to install the latest version of `ClimaOcean`.
For more information, see the [documentation for `Pkg.jl`](https://pkgdocs.julialang.org).

## Why? What's the difference between ClimaOcean and [Oceananigans](https://github.com/CliMA/Oceananigans.jl)?
Expand Down

0 comments on commit 72d71a0

Please sign in to comment.