Skip to content

Commit e70e3c5

Browse files
authored
Remove back tick from documentation
The back tick causes the command to be incorrect
1 parent 909a58c commit e70e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ The following assumes that you already have installed a version of Stack and the
335335
1. Clone the `stack` repository from GitHub with the command:
336336

337337
~~~text
338-
git clone https://github.com/commercialhaskell/stack.git`
338+
git clone https://github.com/commercialhaskell/stack.git
339339
~~~
340340
341341
2. Change the current working directory to the cloned `stack` directory with the

0 commit comments

Comments
 (0)