Fixed some typos and formatting issues in docs

This commit is contained in:
Jameson Finney
2016-01-30 22:37:28 -05:00
parent 594fc43a85
commit 8ec50f11cd
24 changed files with 52 additions and 53 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
This documentation will hopefully give you a basis for how to write a plugin for LibreNMS.
A test plugin is available on GitHib: https://github.com/laf/Test
A test plugin is available on GitHub: https://github.com/laf/Test
Plugins need to be installed into html/plugins
@@ -45,7 +45,7 @@ PluginName.inc.php - This file is the main included file when browsing to the pl
### System Hooks ###
System hooks are called as functions within your plugin class, so for example to create a menu entry within the PLugin dropdown you would do:
System hooks are called as functions within your plugin class, so for example to create a menu entry within the Plugin dropdown you would do:
```
public function menu() {