diff --git a/README.md b/README.md index 6c4b2ab..c9acdac 100644 --- a/README.md +++ b/README.md @@ -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"; @@ -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..")) -``` \ No newline at end of file +```