From 3e2b5188bf9932f7b90b1c8f363d2c59a5128975 Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Thu, 5 May 2016 21:18:29 -0700 Subject: [PATCH] fixed typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 012d73a..edd4813 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ named | Name first: `|name|type|supertype|subtype|loyalty|pt|text|cost|rari noname | No name field at all: `|type|supertype|subtype|loyalty|pt|text|cost|rarity|`. rfields | Randomize the order of the fields, using only the label to distinguish which field is which. old | Legacy format: `|name|supertype|type|loyalty|subtype|rarity|pt|cost|text|`. No field labels. -norarity | Older legacy format: `|name|supertype|type|loyalty|subtype|rarity|pt|cost|text|`. No field labels. +norarity | Older legacy format: `|name|supertype|type|loyalty|subtype|pt|cost|text|`. No field labels. vec | Produce a content vector for each card; used with [word2vec](https://code.google.com/p/word2vec/). custom | Blank format slot, inteded to help users add their own formats to the python source.