diff options
Diffstat (limited to 'plugins/Autocomplete/readme.txt')
-rw-r--r-- | plugins/Autocomplete/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Autocomplete/readme.txt b/plugins/Autocomplete/readme.txt new file mode 100644 index 000000000..3272aa1ee --- /dev/null +++ b/plugins/Autocomplete/readme.txt @@ -0,0 +1,6 @@ +Autocomplete allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user's friends' screen names. + +Installation +============ +Add "addPlugin('Autocomplete');" to the bottom of your config.php +That's it! |