2 Коміти d8f1dee95f ... b90f01af95

Автор SHA1 Опис Дата
  Lennart Wittkuhn b90f01af95 fix small typo in datalad get instructions 1 рік тому
  Lennart Wittkuhn 67ecef5d8f add license svg badge to README.md 1 рік тому
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,5 +1,6 @@
 # Replay Illustrations
 
+[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
 [![made-with-datalad](https://www.datalad.org/badges/made_with.svg)](https://datalad.org)
 
 ## About
@@ -30,7 +31,7 @@ At this point, it contains only small metadata and information on the identity o
 After cloning a dataset, you can retrieve file contents by running
 
 ```bash
-datalad get <path/to/directory/or/file>`
+datalad get <path/to/directory/or/file>
 ```
 
 This command will trigger a download of the files, directories, or subdatasets you have specified.