diff --git a/README.md b/README.md index 953dd3b..beaa9d4 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,11 @@ Developer Docs ============== selleck --server --project conf/docs/ ./docs/ + +Adding Functionality +==================== + +`yogi` supports dynamic and customizable sub commands so that you can add features without forking +or modifying yogi internally. + +Here is an [example](https://github.com/davglass/yogi-foo) to use as a reference.