From 434b2988f60a0cec047c309bb7903a9b176a2118 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 13 Aug 2017 14:39:14 +0200 Subject: [PATCH] Minor text fix in contrib README --- evennia/contrib/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/contrib/README.md b/evennia/contrib/README.md index 5515cfd923..378af26c32 100644 --- a/evennia/contrib/README.md +++ b/evennia/contrib/README.md @@ -38,8 +38,8 @@ things you want from here into your game folder and change them there. * Menu Login (Vincent-lg 2016) - Alternate login system using EvMenu. * Multidescer (Griatch 2016) - Advanced descriptions combined from many separate description components, inspired by MUSH. -* Random_string_generator (Vincent Le Goff 2017) - Simple pseudo-random - gereator of strings with rules, avoiding repetitions. +* Random String Generator (Vincent Le Goff 2017) - Simple pseudo-random + generator of strings with rules, avoiding repetitions. * RPLanguage (Griatch 2015) - Dynamic obfuscation of emotes when speaking unfamiliar languages. Also obfuscates whispers. * RPSystem (Griatch 2015) - Full director-style emoting system