aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/README
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-10-09 09:00:29 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-09 09:00:30 -0700
commitcf9b87389fa6f209617afbb1e62b9d9c36a2a374 (patch)
tree637bb12d3c9b1dce4af8fb54ff5ca5cdd83381fc /dm/README
parente37ecd7666001131c4395cc7728b177127ac683e (diff)
Clarify what DM means in the README file.
It took me a while to figure out what this acronym meant. ;) Googling for it lead me to gyp/dm.gyp. BUG=None TEST=None R=mtklein@google.com Review URL: https://codereview.chromium.org/638083003
Diffstat (limited to 'dm/README')
-rw-r--r--dm/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm/README b/dm/README
index 59b40852c8..8b809b3488 100644
--- a/dm/README
+++ b/dm/README
@@ -1,3 +1,5 @@
+DM (Diamond Master, a.k.a Dungeon master, a.k.a GM 2).
+
DM is like GM, but multithreaded. It doesn't do everything GM does.
DM's design is based around Tasks and a TaskRunner.