Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parikshitbajpai committed Mar 28, 2024
1 parent 1aaf31d commit c0640b3
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 @@ -86,7 +86,7 @@ Again, we start by creating a new file, this time in the `inputs` directory, and
```bash
cp inputs/advanced-input.ti inputs/demo.ti
```
Take a look at `demo.ti`, and make some changes. Note the `pressure` and `temperature` lines use the format start:stop:step to set ranges of values to loop over. You may also want to add the following line to enable output of results in JSON format:
Take a look at `demo.ti`, and make some changes. Note the `pressure` and `temperature` lines use the format `start:stop:step` to set ranges of values to loop over. You may also want to add the following line to enable output of results in JSON format:
```bash
write json = .TRUE.
```
Expand Down

0 comments on commit c0640b3

Please sign in to comment.