summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-05 18:03:15 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-05 18:03:15 -0400
commit4b7ff87c23692a178493b15d9d13a0c4c9f81127 (patch)
treee9d2ee7db8f812bdaa06d79527b2b4c417a3d66f
parentcf2a2a952babeda815d254f8e90342b757592dc2 (diff)
docs: clarify line about msrv, force retrigger of travis build0.4.1
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 455dcb30..d72f2ae6 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Note that binaries are built on the stable version of Rust, and I mainly test an
There are a few ways to go about doing this. Note that the MSRV is 1.40.0. For example:
```bash
-# If required, update Rust on the stable channel, or at least MSRV
+# If required, update Rust on the stable channel
rustup update stable
# Clone and install the newest master version all via Cargo
@@ -522,7 +522,7 @@ The current compatibility of widgets with operating systems from personal testin
## Contribution
-Contribution is always welcome - please take a look at [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to help.
+Contribution is always welcome! Please take a look at [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to help.
### Contributors
@@ -542,6 +542,7 @@ Thanks to all contributors ([emoji key](https://allcontributors.org/docs/en/emoj
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
## Thanks