From 343f252e71fd1e5872fb230db09cde25c1eb11b4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 10 May 2017 10:51:22 +0200 Subject: [PATCH] examples/emcute: fix typo in README --- examples/emcute/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/emcute/README.md b/examples/emcute/README.md index 9493646339..b216f9c225 100644 --- a/examples/emcute/README.md +++ b/examples/emcute/README.md @@ -56,12 +56,12 @@ When running this example under native, we must configure some global addresses, as the RSMB doesn't seems to be able to handle link-local addresses. So for a single RIOT native instance, we can do the following: -1. Setup `tap` and `tabbr` devices using RIOT's `tapsetup` script: +1. Setup `tap` and `tapbr` devices using RIOT's `tapsetup` script: ``` ./RIOTDIR/dist/tools/tapsetup/tapsetup ``` -2. Assign a site-global prefix to the `tabbr0` interface (the name could be +2. Assign a site-global prefix to the `tapbr0` interface (the name could be different on OSX etc): ``` sudo ip a a fec0:affe::1/64 dev tapbr0