Skip to content

Commit 85d4380

Browse files
authored
fix typo, comment out minimum compiler version so that the manifest is valid (typst-community#25)
1 parent 9953699 commit 85d4380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These instructions will get you a copy of the project up and running on the typs
3838

3939
### Installation
4040

41-
A step by step guide that will tell you how to get the development environment up and running. This should example how to clone the repo and where to (maybe a link to the typst documentation on it), along with any pre-requisite software and installation steps.
41+
A step by step guide that will tell you how to get the development environment up and running. This should explain how to clone the repo and where to (maybe a link to the typst documentation on it), along with any pre-requisite software and installation steps.
4242

4343
```
4444
$ First step

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = ""
1212
keywords = []
1313
categories = []
1414
disciplines = []
15-
compiler = ""
15+
# compiler = ""
1616
exclude = [
1717
".github",
1818
"docs",

0 commit comments

Comments
 (0)