2 Commits d8f1dee95f ... b90f01af95

Author SHA1 Message Date
  Lennart Wittkuhn b90f01af95 fix small typo in datalad get instructions 1 year ago
  Lennart Wittkuhn 67ecef5d8f add license svg badge to README.md 1 year ago
1 changed files with 2 additions and 1 deletions
  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.