From 6d6fe3773ebe7ca9d65cfeeeb33d2c3a9521ddea Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Fri, 27 May 2016 05:19:56 +0100 Subject: [PATCH] Fix issue in README (Thanks James Stansell!) Signed-off-by: Ikey Doherty --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9f35847..b29ab8f 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ must be ``[Steam]``. ``use-native-runtime = $boolean`` - If set to a boolean value, (yes/true/on), the host OS's native runtime + If set to a true boolean value, (yes/true/on), the host OS's native runtime will be used instead of the Steam provided runtime. If this is set to a false boolean value (no/false/off), then the startup will be modified to export the relevant ``LD_PRELOAD`` and ``STEAM_RUNTIME`` settings. @@ -90,7 +90,7 @@ must be ``[Steam]``. ``force-32bit = $boolean`` - If set to a boolean value (yes/true/on), the shadowed Steam binary will + If set to a true boolean value (yes/true/on), the shadowed Steam binary will be run via the ``linux32`` command. This will force the ``steam`` process and all children to believe they are running on a 32-bit system. This may be useful for 64-bit games that are buggy only on 64-bit.