diff --git a/examples/html.feature b/examples/html.feature
index ce326e8..ae4d07d 100644
--- a/examples/html.feature
+++ b/examples/html.feature
@@ -2,7 +2,7 @@ Feature: HTML
Scenario: Check an empty HTML file
Given a file named "foo.html" with ""
When I successfully run `liche foo.html`
- Then the stdout should contain exactly ""
+ Then the stderr should contain exactly ""
Scenario: Check a HTML file
Given a file named "foo.html" with:
@@ -21,4 +21,4 @@ Feature: HTML