diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 12:31:44 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-09-26 12:31:44 -0400 |
commit | 518f76caed5ef2e703d0a9676f7e5e8c6b7aa8a3 (patch) | |
tree | 4a36cc1d93e62526d9782a909be4a153b3229784 | |
parent | 6f4d21c909b488dcd9326820e47f11f9eb7739cd (diff) | |
download | spexmgr-518f76caed5ef2e703d0a9676f7e5e8c6b7aa8a3.tar.gz |
Remove errant double-quote from repo url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ A quality of life utility for managing Spextool installations **Clone the spexmgr repository** ``` -git clone https://github.com/jhunkeler/spexmgr" +git clone https://github.com/jhunkeler/spexmgr ``` **Add spexmgr to your path** |