From 37c060cad7efc8364fb959093161f2a353110466 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Mon, 8 Dec 2014 13:55:07 +0900 Subject: [PATCH] Fix README.md: a tile size is used for 'painting'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75195b48697..b5a5d3d78cc 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ cp servobuild.example .servobuild - `-p INTERVAL` turns on the profiler and dumps info to the console every `INTERVAL` seconds -- `-s SIZE` sets the tile size for rendering; defaults to 512 +- `-s SIZE` sets the tile size for painting; defaults to 512 - `-z` disables all graphical output; useful for running JS / layout tests ### Keyboard Shortcuts