From feffb43c538d4a022b68bf4d91a1334dc1457cc8 Mon Sep 17 00:00:00 2001
From: Michael Frey <mail@mfrey.net>
Date: Tue, 24 Apr 2018 15:00:54 +0200
Subject: [PATCH] examples: ccn-lite-relay: renamed 'ccnl_cont'

Renamed 'ccnl_cont' to 'ccnl_cs' in examples/ccn-lite-relay/README.md
---
 examples/ccn-lite-relay/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/ccn-lite-relay/README.md b/examples/ccn-lite-relay/README.md
index 9fa19bff8b..012cdb50f8 100644
--- a/examples/ccn-lite-relay/README.md
+++ b/examples/ccn-lite-relay/README.md
@@ -21,7 +21,7 @@ RIOT provides three shell to interact with the CCN-Lite stack:
                 first parameter specifies the name of the content to be created,
                 the second parameter specifies the content itself. The second
                 parameter may include spaces, e.g. you can call:
-               `ccnl_cont /riot/peter/schmerzl Hello World! Hello RIOT!`
+               `ccnl_cs /riot/peter/schmerzl Hello World! Hello RIOT!`
 * `ccnl_fib`  - modifies the FIB or shows its current state. If the command is
                 called without parameters, it will print the current state of
                 the FIB. It can also be called with the action parameters `add`
@@ -44,7 +44,7 @@ An example usage of this application could be setup like this:
    windows.
 3. Call `make -B clean all term` in the first terminal and `PORT=tap1 make
    term` in the second one.
-4. Enter `ccnl_cont /riot/peter/schmerzl Hello World! Hello RIOT!` on the first
+4. Enter `ccnl_cs /riot/peter/schmerzl Hello World! Hello RIOT!` on the first
    terminal.
 5. Add a FIB entry for this prefix on the second node, e.g. using the broadcast
    address: `ccnl_fib add /riot/peter/schmerzl ff:ff:ff:ff:ff:ff`
-- 
GitLab