Skip to content

Commit be0a8de

Browse files
poopoothegorillamarpaia
authored andcommitted
docs: readme has spelling mistake (osquery#69)
reguired -> required
1 parent 78636c0 commit be0a8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Using the instructions found on the [wiki](https://osquery.readthedocs.io/en/lat
130130

131131
### Creating logger and config plugins
132132

133-
The process required to create a config and/or logger plugin is very similar to the process outlined above for creating an osquery table. Specifically, you would create an `ExtensionManagerServer` instance in `func main()`, register your plugin and launch the extension as described above. The only difference is that the implementation of your plugin would be different. Each plugin package has a `NewPlugin` function which takes the plugin name as the first argument, followed by a list of reguired arguments to implement the plugin.
133+
The process required to create a config and/or logger plugin is very similar to the process outlined above for creating an osquery table. Specifically, you would create an `ExtensionManagerServer` instance in `func main()`, register your plugin and launch the extension as described above. The only difference is that the implementation of your plugin would be different. Each plugin package has a `NewPlugin` function which takes the plugin name as the first argument, followed by a list of required arguments to implement the plugin.
134134
For example, consider the implementation of an example logger plugin:
135135

136136
```go

0 commit comments

Comments
 (0)