aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-06-28 15:21:06 -0700
committerJosh Cooper <josh@puppet.com>2018-06-28 15:21:06 -0700
commit7fbb124ef0a31398134644cff891826df4ccbfb4 (patch)
treeadaa7715542155832a771b2deb51c991bbff4a9c /README.md
parentd3fd7f3df72ecf502c455d9ba2622ac33f1621de (diff)
downloadpuppet-augeas_core-7fbb124ef0a31398134644cff891826df4ccbfb4.tar.gz
puppet-augeas_core-7fbb124ef0a31398134644cff891826df4ccbfb4.tar.bz2
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d8a18c..b235347 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ To generate documentation locally, run
bundle install
bundle exec puppet strings generate ./lib/**/*.rb
```
-This command will create a browsable `\_index.html` file in the `doc` directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated.
+This command will create a browsable `_index.html` file in the `doc` directory. The references available here are all generated from YARD-style comments embedded in the code base. When any development happens on this module, the impacted documentation should also be updated.
## Limitations