From 982d3ad073440c81e4f93b97fdf4ad80151a00d9 Mon Sep 17 00:00:00 2001 From: Ekrow Date: Fri, 13 Dec 2019 12:22:59 +0100 Subject: [PATCH] Update README.md Fixed 'promptHelp' option being in message --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48ff5d78..ff4aff0e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ this.$dialog .prompt({ title: "Let's hear from you", body: "What is the most important thing in life?", + }, { promptHelp: 'Type in the box below and click "[+:okText]"' }) .then(dialog => {