Skip to content

Commit

Permalink
README: add a line break for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed Jan 29, 2021
1 parent f2dac7e commit 3273fd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ like `dataset_name:resolution:string(8)`.
The syntax for outputting compounds is slightly different, as members may have
distinct datatypes: `dataset_name:{member:type[,member:type...]}:resolution`.
A sample compound named "placemark" with a single "location" member can be entered
as `placemark:{location:string}:1000` to `hdf5-udf`. Multiple members must be
as `placemark:{location:string}:1000` to `hdf5-udf`.

Multiple compound members must be
separated by a comma within the curly braces delimiters. Note that it is possible
to use the `(N)` modifier with string members that belong to a compound too. In the
previous example, one could write `placemark:{location:string(48)}:1000` to limit
Expand Down

0 comments on commit 3273fd6

Please sign in to comment.