Skip to content

Commit 03a32aa

Browse files
committed
update docs
1 parent a145673 commit 03a32aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/40_Usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ To generate multiple markdown doc files per - one class file - there is a generi
3131

3232
* In your project create a subdir "scripts".
3333
* Into this subdir
34-
* copy the file `scripts/generate_classdoc.sh` --> `<your-project>>/scripts/generate_classdoc.sh`
35-
* copy `scripts/config.sh.dist` as `<your-project>>/scripts/config.sh`.
34+
* copy the file `scripts/generate_classdoc.sh` --> `<your-project>/scripts/generate_classdoc.sh`
35+
* copy `scripts/config.sh.dist` as `<your-project>/scripts/config.sh`.
3636

3737
### Update configuration
3838

@@ -68,4 +68,4 @@ PARSERDIR="$( dirname $0)/../../php-classdoc"
6868

6969
### Generate
7070

71-
Start the script `<your-project>>/scripts/generate_classdoc.sh` tu generate/ update the markdown files.
71+
Start the script `<your-project>/scripts/generate_classdoc.sh` to generate/ update the markdown files.

0 commit comments

Comments
 (0)