Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duart38 committed Mar 15, 2021
1 parent 654f65b commit 9e4c407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Carpenter
Builder-like pattern applied for all things Deno.

## How it looks
## By example
### OS specific code
```JavaScript
import {OS} from "./mod.ts";
Expand Down Expand Up @@ -34,4 +34,4 @@ ARGS.on("-h")
// multiple flags (evaluates when all flags are set)
ARGS.on("-x", "-a")
.do(()=> console.log("flag -x and -a was found.."))
```
```

0 comments on commit 9e4c407

Please sign in to comment.