Skip to content

Commit dd8b489

Browse files
committed
fix typos in contributing
1 parent 2914a3e commit dd8b489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Quick Installation Guide for musl libc
2-
======================================
1+
Quick Installation Guide for another-elm/std
2+
============================================
33

44
Contributions are very welcome, currently we do not have any explicit
55
guidelines.
@@ -15,13 +15,13 @@ Tools
1515

1616
- `$ ./x.py tidy` runs formatting and automatic eslint fixing.
1717
- `$ ./x.py check` runs all the static analysis tools we have.
18-
- `$ cd tests && elm-test --compiler ../another-elm` runs unit tests. We will
19-
hopefully get a nice python sub-command for testing soon.
18+
- `$ ./init.py cd tests && elm-test --compiler ../another-elm` runs unit tests.
19+
We will hopefully get a nice python sub-command for testing soon.
2020

2121
Acknowledgements
2222
----------------
2323

24-
The vast majority of the code in another-elm is derived from the relavant elm/*
24+
The vast majority of the code in another-elm is derived from the relevant elm/*
2525
packages.
2626

2727
The documentation of another-elm is inspired by that of [musl].

0 commit comments

Comments
 (0)