Skip to content

Commit 34656a8

Browse files
authored
Fix formatting in README
1 parent c077f2d commit 34656a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Provide one of the following filters:
193193
* sequence and tolerance (tolerance unit optional, defaults to `ppm`)
194194

195195
optionally one can define starting and ending retention times, provide filter string (defaults to `ms`, i.e. only MS1 scans), and a comment (free text) field; any valid filter string is supported,
196-
however only basic validation is performed, see #158 for details. Comment can contain any text and will be preserved in the output.
196+
however only basic validation is performed, see [issue #158](https://github.com/compomics/ThermoRawFileParser/issues/158) for details. Comment can contain any text and will be preserved in the output.
197197

198198
An example input JSON file:
199199

@@ -221,15 +221,15 @@ An example input JSON file:
221221
"sequence":"TRANNEL",
222222
"tolerance":10
223223
},
224-
{
224+
{
225225
"mz":1014.5099732499732,
226226
"rt_start":14.0600881872,
227227
"rt_end":14.4167198290667,
228228
"tolerance":5,
229229
"tolerance_unit":"ppm",
230230
"comment":"Only ion trap scans"
231231
"scan_filter":"ITMS"
232-
}
232+
}
233233
}
234234
]
235235

0 commit comments

Comments
 (0)