Merge branch 'master' into 2767-doc-updates
[arvados.git] / doc / user / tutorials / intro-crunch.html.textile.liquid
index 46b4d6c754f19193228eb064001843cbe6e6745e..e3eca1649d4ab7c203600655419642b24f838130 100644 (file)
@@ -4,7 +4,7 @@ navsection: userguide
 title: Introduction to Crunch
 ...
 
-In "getting data from Keep,":tutorial-keep.html#arv-get we downloaded a file from Keep and did some computation with it (specifically, computing the md5 hash of the complete file).  While a straightforward way to accomplish a computational task, there are several obvious drawbacks to this approach:
+In "getting data from Keep,":tutorial-keep.html#arv-get we downloaded a file from Keep and did some computation with it (specifically, computing the MD5 hash of the complete file).  While a straightforward way to accomplish a computational task, there are several obvious drawbacks to this approach:
 * Large files require significant time to download.
 * Very large files may exceed the scratch space of the local disk.
 * We are only able to use the local CPU to process the file.