From fe60a33d31a5f414dd491eef4886e0c8b6735979 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sun, 24 Feb 2019 18:59:04 -0500 Subject: [PATCH] Adding missing double quotes. --- README.md | 2 +- appdefs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e94398d..f125718 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For example: ``` --e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET +-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET" ``` **NOTE**: This is an advanced usage and it is recommended to set preferences diff --git a/appdefs.xml b/appdefs.xml index 76b8b85..821a828 100644 --- a/appdefs.xml +++ b/appdefs.xml @@ -80,7 +80,7 @@ If a preference needs to be *removed*, its value should be set to `UNSET`. For example: ``` --e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET +-e "FF_PREF_HTTP_PROXY=network.proxy.http=UNSET" ``` **NOTE**: This is an advanced usage and it is recommended to set preferences