diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-28 23:57:56 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-08-28 23:57:56 +0100 |
commit | 35ab5eb77559902bb0dbc2b15c72c304ad78aed9 (patch) | |
tree | 2e41e2d9dd209838d2c0f851ff380993f7d920f3 | |
parent | 2a1c2f23f21aab460292ede7f9091968a4ac922b (diff) |
Minor cosmectic markdown corrections in README.md
The Copyright year is now on a separate line (by adding a backslash), and
the `file-metadata' is now enclosed in two "`" characters to show
differently after rendering.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Reproducible source for paper XXXXXXX ===================================== -Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org> +Copyright (C) 2018-2019 Mohammad Akhlaghi <mohammad@akhlaghi.org>\ See the end of the file for license conditions. This is the reproducible project source for the paper titled "**XXXXXX**", @@ -89,7 +89,7 @@ This project was designed to have as few dependencies as possible. Copyright information --------------------- -This file and `.file-metadata' (a binary file, used by Metastore to store +This file and `.file-metadata` (a binary file, used by Metastore to store file dates when doing Git checkouts) are part of the reproducible paper template (https://gitlab.com/makhlaghi/reproducible-paper) and share the same copyright notice (at the start of this file) and license notice |