From c8eec8ded3d755f5bad0a65109c24073c3e40318 Mon Sep 17 00:00:00 2001 From: Ian Kronquist Date: Wed, 16 Sep 2015 16:49:25 -0700 Subject: [PATCH] (maint) Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cce365..6114711 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ and methods automatically. In those cases Strings will not be able to document them automatically (Strings doesn't execute the code that would generate those parameters), so you will need to provide hints on how to document your code. To document a parameter which is automatically created you must use the special -directive `@!puppet.provider.param` which may take types, the parameter name, +directive `@!puppet.type.param` which may take types, the parameter name, and a description. ```ruby