Update README.md

This commit is contained in:
Kasper 2021-05-21 14:55:31 +02:00 committed by GitHub
parent 2a214294e4
commit 71548793c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,8 +144,6 @@ create_units!(
The number associated with a unit is it's "weight". For example, if a second's weight is `1`, then a minute's weight is `60`. The number associated with a unit is it's "weight". For example, if a second's weight is `1`, then a minute's weight is `60`.
I have found [translatorscafe.com](https://www.translatorscafe.com/unit-converter) and [calculateme.com](https://www.calculateme.com/) to be good websites for unit conversion. Wikipedia is worth looking at as well.
#### 2. Add a test for the unit #### 2. Add a test for the unit
Make sure to also add a test for each unit. The tests look like this: Make sure to also add a test for each unit. The tests look like this:
```rs ```rs