README: two typos fixed.

This commit is contained in:
Purodha B Blissenbach 2011-01-08 11:02:52 +00:00
parent ce59c7cc85
commit 40ea6a2f27

4
README
View file

@ -48,8 +48,8 @@ That is, each line consists of fields separated by a "|" (pipe) character.
The first field ("mygadget" in the example) is the gadgets internal name,
and references a system message (MediaWiki:Gadget-mygadget in the example)
that contains a short description of the gadget, using wiki syntax.
Note that the internal name must start with a ASCII letter, and must
contain only ASCII letter and numbers, hyphens ("-"), underscores ("_"),
Note that the internal name must start with an ASCII letter, and must
contain only ASCII letters and numbers, hyphens ("-"), underscores ("_"),
colons (":"), and periods (".") (spaces are also allowed but converted to
underscores ("_"), like for page titles).