From d10c0eee416fa9ba73ecde863b4945a28a01f140 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg@phi-gamma.net>
Date: Wed, 27 Mar 2013 20:19:56 +0100
Subject: update readme

---
 mod/doc/context/third/rst/documentation.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'mod/doc')

diff --git a/mod/doc/context/third/rst/documentation.rst b/mod/doc/context/third/rst/documentation.rst
index 83bf609..621528d 100644
--- a/mod/doc/context/third/rst/documentation.rst
+++ b/mod/doc/context/third/rst/documentation.rst
@@ -422,7 +422,7 @@ directive, namely containers_.
 Due to their being defined explicitly in terms of HTML,
 *containers* lack a corresponding construct in |CONTEXT| (or
 |TEX| for that matter).
-Some parts of |CONTEXT| (e. g. ``\framed``) come quite close with
+Some parts of |CONTEXT| (e. g. ``\\framed``) come quite close with
 respect to functionality as well as generality.
 However, none of the candidates alone covers the entire spectrum
 of functionality that containers_ are supposed to.
@@ -435,7 +435,7 @@ Anonymous containers are interpreted as a |TEX| group.
 Any text block inside the element is treated as ordinary
 paragraph.
 In below example the content will be handled as if between
-``\startxyzzy`` and ``\stopxyzzy``, where it is up to the user to
+``\\startxyzzy`` and ``\\stopxyzzy``, where it is up to the user to
 define the *xyzzy* environment::
 
     This is a paragraph.
@@ -456,8 +456,8 @@ The middle part translates to |CONTEXT| as follows::
     foo {\sc bar} baz
     \stop
 
-Note that the ``\start[foo]``/``\stop``-environment is equivalent
-to ``\startfoo``/``\stopfoo``, except that the environment
+Note that the ``\\start[foo]``/``\\stop``-environment is equivalent
+to ``\\startfoo``/``\\stopfoo``, except that the environment
 doesn’t actually need to be defined.
 
 .. caution::
-- 
cgit v1.2.3