From 928bb23f550e7d1cbe6486f87393fa9ba9e6879e Mon Sep 17 00:00:00 2001 From: OKUMURA Takahiro Date: Sun, 21 May 2017 03:37:26 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5007c6..aad6d8e 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ To generate documentation for a Puppet module, run Strings from that module's di To generate documentation for specific files in a module, run the `puppet strings generate` subcommand and specify the files. ``` -puppet strings generate first.pp second.pp` +puppet strings generate first.pp second.pp ``` To generate documentation for specific directories, run the `puppet strings generate` command and specify the directories: