Skip to content

Commit a14b0c0

Browse files
committed
Fix markdown formatting
1 parent ef5919c commit a14b0c0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,16 @@ Install FANS (system-wide) using the following options:
150150
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/platforms.svg)](https://anaconda.org/conda-forge/fans)
151151
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fans/badges/downloads.svg)](https://anaconda.org/conda-forge/fans)
152152
153-
FANS is also available as a conda-package on [conda-forge](https://anaconda.org/conda-forge/fans). No dependencies have to be manually installed for it to workl.
153+
FANS is also available as a conda-package on [conda-forge](https://anaconda.org/conda-forge/fans). No dependencies have to be manually installed for it to work.
154154
It can be installed via
155155
156-
```sh
157-
156+
```bash
158157
conda install fans
158+
```
159+
159160
exposing the executable `FANS`.
160161
161-
## Input File Format {#input-file-format}
162+
## Input File Format
162163
163164
FANS requires a JSON input file specifying the problem parameters. Example input files can be found in the [`test/input_files`](test/input_files) directory. It is recommended to use these files as a reference to create your own input file.
164165

0 commit comments

Comments
 (0)