From 0834f9ada375d30d191a0d8beb030475148b31d9 Mon Sep 17 00:00:00 2001 From: Matthew Horton Date: Thu, 3 Dec 2020 11:31:35 -0800 Subject: [PATCH] Fix typo --- data/database_snapshot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/database_snapshot/README.md b/data/database_snapshot/README.md index 0d53547..d68138f 100644 --- a/data/database_snapshot/README.md +++ b/data/database_snapshot/README.md @@ -11,7 +11,7 @@ from monty.serialization import loadfn data = loadfn("magnetic-orderings-database-snapshot.part1.json.gz") # and the same for part 2 ``` -This snapshot is split into parts simply due to git's large file limit. If loading the data with a different JSON parser, the `Structure` objects can be reconstructed in Python using pymatgen and `Structure.from_dict()`. Data analysis is usually easier if the snapshot is first loaded into a database that can handled JSON documents, like MongoDB. +This snapshot is split into parts simply due to git's large file limit. If loading the data with a different JSON parser, the `Structure` objects can be reconstructed in Python using pymatgen and `Structure.from_dict()`. Data analysis is usually easier if the snapshot is first loaded into a database that can handle JSON documents, like MongoDB. If using any of this data please cite: