From 15e16319d360bb5faf15990d690641353c74938b Mon Sep 17 00:00:00 2001
From: Burdaa <Burdaa@users.noreply.github.com>
Date: Sat, 2 Jun 2018 20:22:31 +0200
Subject: [PATCH] examples/gnrc_border_router: fix path to uhcpd in README

examples/gnrc_border_router: fix path to uhcpd in README
---
 examples/gnrc_border_router/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/gnrc_border_router/README.md b/examples/gnrc_border_router/README.md
index b03a5c4646..b9bb82613d 100644
--- a/examples/gnrc_border_router/README.md
+++ b/examples/gnrc_border_router/README.md
@@ -20,7 +20,7 @@ make clean all
 ```
 
 Then, you need to compile UHCP.
-This tool is found in `/dist/tools/uhcp`. So, as for `ethos`:
+This tool is found in `/dist/tools/uhcpd`. So, as for `ethos`:
 
 ```bash
 make clean all
-- 
GitLab