Skip to content

Commit

Permalink
Fix rendering of README (#1640)
Browse files Browse the repository at this point in the history
The end of the code block was incorrectly annotated and messed up the rendering on GitHub.
  • Loading branch information
dalg24 authored Feb 25, 2025
1 parent 245c2ed commit eb988ba
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 @@ -36,7 +36,7 @@ git clone -c feature.manyFiles=true --depth=2 https://github.com/spack/spack.git
- Install Celeritas with
```console
spack install celeritas
```console
```
- Add the Celeritas installation to your `PATH` with:
```console
spack load celeritas
Expand Down

0 comments on commit eb988ba

Please sign in to comment.