Skip to content

Commit c06206f

Browse files
committed
📝 🐛 Minor fixes in README
1 parent b496ad5 commit c06206f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
The main use-case for this template is to generate simple and nice looking API documentation pages to be integrated in a VuePress project.
66

7-
> Only tested in the default theme of VuePres.
7+
> Only tested in the default theme of VuePress.
88
99
Example of documentation generated with this template: https://nelson6e65.github.io/php_nml/api/
1010

11-
> ** Special note:** This template is based on Markdown template created by [@cvuorinen](https://github.com/cvuorinen) in [cvuorinen/phpdoc-markdown-public](https://github.com/cvuorinen/phpdoc-markdown-public).
11+
> **Special note:** This template is based on Markdown template created by [@cvuorinen](https://github.com/cvuorinen) in [cvuorinen/phpdoc-markdown-public](https://github.com/cvuorinen/phpdoc-markdown-public).
1212
1313

1414
## Installation
@@ -92,6 +92,7 @@ module.exports = {
9292
'/api/', // README.ms
9393
'/api/classes', // classes.md
9494
'/api/interfaces', // interfaces.md
95+
'/api/traits', // interfaces.md
9596
]
9697
}
9798
],

0 commit comments

Comments
 (0)