Skip to content

Commit

Permalink
Fixes #4: Protected Branch + removed html from ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Werbrouck committed Feb 29, 2024
1 parent 03ee15b commit 656cfca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ We define metadata related to the file.

These are machine readable file formats that are popular:

* [csv](https://en.wikipedia.org/wiki/Comma-separated_values): often as an
- [csv](https://en.wikipedia.org/wiki/Comma-separated_values): often as an
export of spreadsheet, each row is a single piece of data with columnar
* [json](https://www.json.org/): json is a standard for modern API dataformat,
- [json](https://www.json.org/): json is a standard for modern API dataformat,
it defines a dictionary of keys and values with datatypes matching Javascript
datatypes but now supported in most languages
* [yaml](https://yaml.org/): YAML is a human-friendly data serialization
- [yaml](https://yaml.org/): YAML is a human-friendly data serialization
language for all programming languages

Although originally proposing JSON, we will use YAML instead as it is easier to
edit for users.

## on-disk directory/file structure

* <project name>/
* /
* index.yaml
* projectName:
* submitterName:
Expand Down

0 comments on commit 656cfca

Please sign in to comment.