From 8c7a03106104687d90998699748512ae23bb3ecf Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 4 Jul 2016 20:23:15 -0400 Subject: [PATCH] Fix language for plugin.toml [ci skip] --- docs/development/plugin-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/plugin-creation.md b/docs/development/plugin-creation.md index 26c717f70..78b1d1d5a 100644 --- a/docs/development/plugin-creation.md +++ b/docs/development/plugin-creation.md @@ -110,7 +110,7 @@ esac Each plugin requires a `plugin.toml` descriptor file with the following required fields: -```shell +```toml [plugin] description = "dokku hello plugin" version = "0.1.0"