Skip to content

Commit

Permalink
This syntax is apparently not handled by github.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Dec 13, 2023
1 parent c4e6863 commit c8036e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ let () =
List.iter (fun (k,v) -> Printf.printf "- %s: %s\n" k v) metadata
```

In the above example, the function `Metadata.Any.parse_file`{.ocaml} takes a
file name as argument and returns an association list describing its
metadata. It consists of pairs of strings being the name of the metadata and its
value.
In the above example, the function `Metadata.Any.parse_file` takes a file name
as argument and returns an association list describing its metadata. It consists
of pairs of strings being the name of the metadata and its value.

Installing
----------
Expand Down

0 comments on commit c8036e0

Please sign in to comment.