Skip to content

Commit ff73463

Browse files
committed
docs(README): link to examples dir in README
1 parent 5a424b6 commit ff73463

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,7 @@ SUBCOMMANDS:
8989
override override the delimiters
9090
```
9191

92+
See the [examples](../examples) folder for more.
93+
9294

9395
License: MIT

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
//! override override the delimiters
8888
//!```
8989
//!
90+
//! See the [examples](../examples) folder for more.
91+
//!
9092
mod docs;
9193
use crate::docs::*;
9294
use clap::{load_yaml, App, ArgMatches};

0 commit comments

Comments
 (0)