You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@
7
7
This is the main source code repository for [Crab](https://github.com/crablang/crab). It contains the compiler,
8
8
standard library, and documentation.
9
9
10
-
**Note: The master branch contains the code for the CrabLang playground—aka The One True Crab—which is not guaranteed to be up-to-date with the upstream project. If you are looking for the renamed toolchain that simply mirrors upstream, check out [the stable branch](https://github.com/crablang/crab/tree/stable) and follow the instructions there.**
10
+
__*Note*__: The master branch contains the code for the CrabLang playground—aka __*The One True Crab*__—which is not guaranteed to be up to date with the upstream project. If you are looking for the renamed toolchain that simply mirrors upstream, check out [the stable branch](https://github.com/crablang/crab/tree/stable) and follow the instructions there. Also note that this README is for _users_ rather than _contributors_.
11
11
12
-
[CrabLang]: https://www.crablang.org/
12
+
If you wish to _contribute_ to the compiler, you should read [CONTRIBUTING.md](CONTRIBUTING.md) instead.
13
13
14
-
**Note: this README is for _users_ rather than _contributors_.**
15
-
If you wish to _contribute_ to the compiler, you should read
0 commit comments