diff options
author | Oliver Chang <oliverchang@users.noreply.github.com> | 2016-12-06 13:22:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 13:22:13 -0800 |
commit | eaac80eaf9a7f1893f8639de72da222f46ffc362 (patch) | |
tree | cc1c814e63cdec78600612891ff8fe2928113608 /docs/corpora.md | |
parent | 061a481967c4618463f8e46ae0343378a6f5009b (diff) |
Update corpora.md
Diffstat (limited to 'docs/corpora.md')
-rw-r--r-- | docs/corpora.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/corpora.md b/docs/corpora.md index ee779f1d..19af3046 100644 --- a/docs/corpora.md +++ b/docs/corpora.md @@ -24,7 +24,7 @@ If you would like to download the entire corpus, from the cloud console link, co And then run the following command to copy the corpus to a directory on your machine. ```bash -gsutil -m rsync gs://<corpus_path> <local_directory> +gsutil -m rsync gs://<bucket_path> <local_directory> ``` Following the expat example above, this would be: |