changeset 28:9a907e58f978

Plugin ask: fix errors in documentation
author David Demelier <markand@malikania.fr>
date Mon, 22 Feb 2016 13:00:56 +0100
parents 12dfbec74a9c
children 3bf70400aa0b
files plugins/ask/ask.md
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/ask/ask.md	Sat Feb 20 10:35:43 2016 +0100
+++ b/plugins/ask/ask.md	Mon Feb 22 13:00:56 2016 +0100
@@ -3,7 +3,7 @@
 header: "Ask plugin"
 ---
 
-The plugin **ask** is funny script that help you in your life. It will tell you if you will be rich, famous and so on.
+The plugin **ask** is funny script that helps you in your life. It will tells you if you will be rich, famous and so on.
 
 ## Installation
 
@@ -18,7 +18,7 @@
 
 The plugin **ask** reacts to special command, you just need to do `!ask the question` and it will give you a response.
 
-Example:
+## Example
 
 ````nohighlight
 markand: !ask will I be rich?
@@ -32,10 +32,13 @@
 
 Just add one line per answer like this:
 
-**~/.local/config/irccd/plugin/ask/answers.txt**:
-
+<div class="panel panel-info">
+ <div class="panel-heading">~/.config/irccd/plugin/ask/answers.conf</div>
+ <div class="panel-body">
 ````nohighlight
 Stop dreaming,
 Definitely sure!
 Maybe
 ````
+ </div>
+</div>