Skip to content

Commit 8072f50

Browse files
committed
Fix escaping issue in README.md
1 parent e8b7453 commit 8072f50

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ previously covered):
2020
`! @ # $ % ^ & * ( ) ? / " ' :`
2121

2222
and it introduces the following keys:
23-
`+ - _ = > < { } ] [ \` ~ \ |`
23+
24+
``+ - _ = > < { } ] [ ` ~ \ |``
2425

2526
The first two lessons are review; the next six introduce the new keys,
2627
and the final three provide long-form practice. Where possible, the
@@ -35,20 +36,20 @@ At the moment, the programming samples are biased towards languages with
3536
C-like syntax—please feel free to submit a pull request if you would
3637
like other languages to be featured more prominently.
3738

38-
I submitted this lesson as a patch to the gtypist mailing list and recived
39+
I submitted this lesson as a patch to the gtypist mailing list and received
3940
positive feedback; it is possible that it will be included in the base
4041
installation at some point. However, gtypist is not under extremely
41-
active developmet, so I decided to post it here in the meantime.
42+
active development, so I decided to post it here in the meantime.
4243

4344
# Installation
44-
Running this lesson requires gtypist, which is avalible from nearly all
45+
Running this lesson requires gtypist, which is available from nearly all
4546
package managers of directly from the [gtypist website](https://www.gnu.org/software/gtypist/)
4647

4748
After installing gtypist, you can run this file by following gtypist's
48-
directions for running an external typing script. Specfically, download
49+
directions for running an external typing script. Specifically, download
4950
the `p.typ` file to a directory of your choice and then add
5051
the path to the file as a final argument to gtypist. If you would
51-
perfer not to type the full path to the script file, you can copy it
52+
prefer not to type the full path to the script file, you can copy it
5253
to the same directory that holds gtypist's other lessons (usually
5354
`/usr/share/gtypist` or `/usr/local/share/gtypist`). After doing so,
5455
you can run the lesson by supplying just the filename as a final argument

0 commit comments

Comments
 (0)