diff --git a/README.md b/README.md index a6996ef..c5b9ebb 100644 --- a/README.md +++ b/README.md @@ -18,25 +18,25 @@ When invoked as specified in usage (with any number of valid flags plus exactly * Check for the existence of `$arg1` - * If `$arg1` is a directory or symbolic link, proceed + * If `$arg1` is a directory or symbolic link, proceed - * If `$arg1` is any other type of file, panic + * If `$arg1` is any other type of file, panic - * If `$arg1` does not exist, then: + * If `$arg1` does not exist, then: - * Execute the pre-create hook if configured to do so + * Execute the pre-create hook if configured to do so - * Create `$arg1` as a directory + * Create `$arg1` as a directory - * Initialize an empty git repository if configured to do so + * Initialize an empty git repository if configured to do so - * `cd` to `$arg1` +* `cd` to `$arg1` - * Execute a subshell, and +* Execute a subshell, and - * Source `.projenv` if configured to do so + * Source `.projenv` if configured to do so - * Execute `$SHELL` + * Execute `$SHELL` ## Flags