Add README for poll plugin (#2089)

This commit is contained in:
Brian Jordan 2014-03-09 15:17:58 -07:00
parent b7ece53966
commit 489007c700

24
plugins/poll/README.md Normal file
View file

@ -0,0 +1,24 @@
# Poll plugin
Allows you to add a poll to the first post of a topic.
# Usage
1. Make your topic title start with "Poll: "
2. Include a list in your post. The **first list** will be used.
* If you don't want it to be the first list, do this:
```
Intro Text
- Some list
- Some list con't
Here are your choices:
[poll]
- Option 1
- Option 2
[/poll]
```