Skip to content

Commit 4bf6dca

Browse files
committed
docs(README): fix extra //!
1 parent 3052eaf commit 4bf6dca

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
@@ -2,7 +2,7 @@
22

33
## BashDoc
44

5-
A tool for generating documentation/help menu for user defined bash //!functions.
5+
A tool for generating documentation/help menu for user defined bash functions.
66

77
### Syntax
88

@@ -58,7 +58,7 @@ cargo install
5858

5959
```rust
6060
bashdoc 1.0
61-
Creates a "javadoc" like structure for bash. See github repo //!github.com/dustinknopoff/bashdoc for information on
61+
Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on
6262
formatting.
6363

6464
USAGE:
@@ -82,3 +82,4 @@ SUBCOMMANDS:
8282
help Prints this message or the help of the given subcommand(s)
8383
override override the delimiters
8484
```
85+

0 commit comments

Comments
 (0)