Skip to content

Commit 31d2454

Browse files
committed
fix(0.4.0):
1 parent 4bf6dca commit 31d2454

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashdoc"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
edition = "2018"
55

66
[dependencies]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cargo install
5656

5757
### Usage
5858

59-
```rust
59+
```
6060
bashdoc 1.0
6161
Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on
6262
formatting.
@@ -82,4 +82,3 @@ 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)