summaryrefslogtreecommitdiff
path: root/examples/echo/echo.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo/echo.md')
-rw-r--r--examples/echo/echo.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/echo/echo.md b/examples/echo/echo.md
index 8bf5405..f7a43b3 100644
--- a/examples/echo/echo.md
+++ b/examples/echo/echo.md
@@ -12,14 +12,14 @@ Introduction
**echo**(1) is a Unix command line tool, which writes its command line
arguments to the standard output. This is a simple acceptance test
-suite for the `/bin/echo` implementation.
+suite for the `echo` implementation.
For more information, see [@foo2020].
No arguments
=============================================================================
-Run `/bin/echo` without arguments.
+Run `echo` without arguments.
```scenario
when user runs echo without arguments
@@ -31,7 +31,7 @@ then standard error is empty
Hello, world
=============================================================================
-This scenario runs `/bin/echo` to produce the output "hello, world".
+This scenario runs `echo` to produce the output "hello, world".
```scenario
when user runs echo with arguments hello, world