@@ -6,7 +6,7 @@ CodeMeta documents (aka. `codemeta.json`).
66The [ CodeMeta initiative] ( https://github.com/codemeta/codemeta ) is a Free and Open Source academic collaboration
77creating a minimal metadata schema for research software and code.
88
9- The academic community recommands on adding a codemeta.json file in
9+ The academic community recommends on adding a codemeta.json file in
1010the root directory of your repository.
1111
1212With this linked data metadata file, you can easily declare the authorship,
@@ -16,7 +16,7 @@ data, etc.).
1616Also, the ` codemeta.json ` file in your source code is indexed in the
1717Software Heritage (SWH) archive, which will improve findability in searches.
1818
19- ### References
19+ ## References
2020
2121- [ SWH guidelines] ( https://www.softwareheritage.org/save-and-reference-research-software/ ) for research software.
2222
@@ -33,7 +33,7 @@ Software Heritage (SWH) archive, which will improve findability in searches.
3333
34341 . create a complete codemeta.json file from scratch
35352 . aggregate existing information and add complementary information to
36- a codemeta.json file
36+ a codemeta.json file
3737
3838### Functionalities
3939
@@ -49,7 +49,7 @@ This tool was initially prepared for the [FORCE19 Hackathon](https://github.com/
4949
5050** NB:** codemeta v2.0 is generated by default, but v3.0 (v2.0 compatible) can be generated via a dedicated button.
5151
52- ## Code contributions.
52+ ## Code contributions
5353
5454This section only applies to developers who want to contribute to the Codemeta Generator.
5555If you only want to use it, you can use
@@ -71,7 +71,7 @@ files (nginx, apache2, etc.).
7171
7272The simplest way is probably to use Python's HTTP server:
7373
74- ```
74+ ``` shell
7575git clone https://github.com/codemeta/codemeta-generator
7676cd codemeta-generator
7777python3 -m http.server
@@ -86,18 +86,17 @@ quickly, using [Cypress](https://www.cypress.io/).
8686
8787To run them, first install Cypress:
8888
89- ```
89+ ``` shell
9090sudo apt install npm # or the equivalent on your system
91919292```
9393
9494Then, run the tests:
9595
96- ```
96+ ``` shell
97979898```
9999
100-
101100## Contributed by
102101
103102![ Image description] ( https://annex.softwareheritage.org/public/logo/software-heritage-logo-title-motto.svg )
0 commit comments