From 9975e9738aefe028cee0f6a238257f635e75a3ae Mon Sep 17 00:00:00 2001
From: steven0711dong <53186782+steven0711dong@users.noreply.github.com>
Date: Tue, 28 Jan 2020 21:50:16 -0500
Subject: [PATCH] Update feeds.md

---
 docs/feeds.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/feeds.md b/docs/feeds.md
index cc19d90cc04..ff9e8f3edad 100644
--- a/docs/feeds.md
+++ b/docs/feeds.md
@@ -67,7 +67,7 @@ When the user creates a trigger from the CLI with the **--feed** parameter, the
 
 For example,assume the user has created a `mycloudant` binding for the `cloudant` package with their username and password as bound parameters. When the user issues the following command from the CLI:
 
-`wsk trigger create T --feed mycloudant/changes -p dbName myTable`
+`wsk trigger create T --feed mycloudant/changes --feed-param dbName myTable`
 
 then under the covers the system will do something equivalent to: