Skip to content

Commit 045c7ad

Browse files
committed
Fix rendering problems on home page
1 parent 177b415 commit 045c7ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ Stack does not stand alone. It is built on the great work provided by:
203203
packages and a [library](https://hackage.haskell.org/package/Cabal) for
204204
performing builds.
205205

206-
!!! info
206+
!!! info
207207

208-
Cabal is also the name of another build tool, provided the `cabal-install`
209-
package. This guide distinguishes between then by Cabal (the library) and
210-
Cabal (the tool).
208+
Cabal is also the name of another build tool, provided the `cabal-install`
209+
package. This guide distinguishes between then by Cabal (the library) and
210+
Cabal (the tool).
211211

212212
* The __Hackage Haskell Package Repository__, a
213213
[repository](https://hackage.haskell.org/) of Haskell packages providing
@@ -260,9 +260,9 @@ The following assumes that you already have installed a version of Stack and the
260260
3. Build the `stack` executable using a pre-existing installation of Stack with
261261
the command:
262262
263-
~~~text
264-
stack build
265-
~~~
263+
~~~text
264+
stack build
265+
~~~
266266
267267
4. Once the `stack` executable has been built, check its version with the
268268
command:

0 commit comments

Comments
 (0)