From 05c5182aa252ad198217c0a63d464078f9c9bcba Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 6 Mar 2021 06:01:43 -0600 Subject: [PATCH] Fix indentation ? --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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