From 648c4e3295ca0f0bd5382ee596e602fcd611e765 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 28 Aug 2019 16:46:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20modstool:=20Fix=20README=20markd?= =?UTF-8?q?own?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 774689b..b2d1f0e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ modstool /path/to/a/directory/containing/mets_files In this example we convert the MODS metadata contained in the METS files in `/srv/data/digisam_mets-sample-300` to a pandas DataFrame under `mods_info_df.pkl`. This file can then be read by your data scientist using -`pd.read_pickle()'. +`pd.read_pickle()`. ~~~ % modstool /srv/data/digisam_mets-sample-300