Skip to content

Commit

Permalink
DOCS: Syntax-highlight config example in README.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
lopho authored and DrMcCoy committed Dec 2, 2014
1 parent bb53491 commit 9f41cc1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Expand Up @@ -88,17 +88,19 @@ in a game target overrides the global option.

For example:

[xoreos]
width=1024
height=768
fullscreen=false

[nwn]
path=/home/drmccoy/games/nwn/
fullscreen=true
volume_music=0.500000
volume_sfx=0.850000
volume_voice=0.850000
```ini
[xoreos]
width=1024
height=768
fullscreen=false

[nwn]
path=/home/drmccoy/games/nwn/
fullscreen=true
volume_music=0.500000
volume_sfx=0.850000
volume_voice=0.850000
```

You can then start the game with the target "nwn" with

Expand Down

0 comments on commit 9f41cc1

Please sign in to comment.