Skip to content

Commit

Permalink
fix: corrected example for config parsing in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Apr 10, 2024
1 parent 4410b0c commit cb72d18
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 @@ -65,7 +65,7 @@ Otherwise, create issue reports.
This repo contains some unique commands:

- `altverb` to include in-line listings code, e.g. `\altverb{filename}` or `\altverb{--flag}`. Use `\texttt{Name}` for project names, so: `\texttt{Snakemake}`, but `\altverb{snakemake --slurm}` to distinguish the project from the software.
- to include parameters from the config file, use the `\configparam{<name>}` command
- to include parameters from the config file, use the `<++name++>}` expression, whre "name" can be a part of the config, e.g. `course.pathtosetup`.

## For Teachers

Expand Down

0 comments on commit cb72d18

Please # to comment.