From 8303b5c85bb9cf0cb71a4af2611cd295f690691e Mon Sep 17 00:00:00 2001 From: Song Minjae Date: Tue, 18 Apr 2017 01:23:15 +0900 Subject: [PATCH] README update --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ee535dc8..d913b7906 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ * Writing text - You will need to fiddle with .json files in ./res/locales/ - - Do not use double-dash (```--```), use proper em-dash. Em-dashes must not prepend and append any spaces. + - Do not use double-dash (```--```), use proper em-dash(```—```). Em-dashes must not prepend and append any spaces. - Languages with ligatures: please do use them. (e.g. coeur -> cœur) - Japanese: please refrain from using double-hypen (```゠```), use middle dot (```・```) * Languagus with apparent grammatical gender @@ -23,7 +23,7 @@ Note: Right-to-left languages (arabic, hebrew, etc.) are not supported. * RGB we mean is always sRGB, _pure white_ we say is always D65 (6 500 K daylight). If you have a monitor calibration device, this is our desired target. (calibration software must be _DisplayCal 3_) * Master file for the picture (e.g. psd) can be either RGB/8 or Lab/16. -* Every exported audio must be in OGG/Vorbis, with quality ```10```. +* Every exported audio must be in OGG/Vorbis, with quality option ```-q 10```. * When exporting the image, if the image contains semitransparent colours, export it as TGA; if not, export it as PNG. Instruction for exporting the image as TGA diff --git a/README.md b/README.md index cbb5550c7..b69fc90e0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Because of this, we just couldn't use solutions out there. For example, Tiled is ## Contribution guidelines ## -Please refer to ```CONTRIBUTING.md```. +Please refer to [```CONTRIBUTING.md```](). ## Who do I talk to? ##