ilyocoris commited on
Commit
d67e4f1
·
verified ·
1 Parent(s): 2c839d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ The `doc_id` is calculated by hashing the raw string of the whole documents from
47
 
48
  The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
49
 
50
- Note that this repository does not currently contain the context documents, to download those please see [blogpost](https://gustavocilleruelo.com/mgen).
51
 
52
  ## Recommended Usage
53
 
 
47
 
48
  The following python snippet calculates the hash (`doc_id`) from the `text` of a document: `hashlib.sha1(text).hexdigest()`.
49
 
50
+ Note that this repository does not currently contain the context documents, to download those please see the [blogpost](https://gustavocilleruelo.com/mgen).
51
 
52
  ## Recommended Usage
53