From b43b0a18749f992a0b1b257d735b50b1c0f85edc Mon Sep 17 00:00:00 2001 From: Aloshi Date: Fri, 14 Dec 2012 14:45:09 -0600 Subject: [PATCH] Fixed README formatting. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a8800dfa..3148d8796 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,10 @@ The EXTENSION is a list of extensions ES will consider valid and add to the list The COMMAND is the shell command ES will execute to start your emulator. As it is evaluated by the shell (i.e. bash), you can do some clever tricks if need be. The following "tags" are replaced by ES in COMMANDs: -%ROM% - Replaced with absolute path to the selected ROM. -%BASENAME% - Replaced with the "base" name of the path to the selected ROM. For example, a path of "/foo/bar.rom", this tag would be "bar". This tag is useful for setting up AdvanceMAME. + +`%ROM%` - Replaced with absolute path to the selected ROM. + +`%BASENAME%` - Replaced with the "base" name of the path to the selected ROM. For example, a path of "/foo/bar.rom", this tag would be "bar". This tag is useful for setting up AdvanceMAME. gamelist.xml ============