From 71548793c5c1997b87c52bf02955e6652d935b9b Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 21 May 2021 14:55:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 34797e1..4384935 100644 --- a/README.md +++ b/README.md @@ -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`. -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 Make sure to also add a test for each unit. The tests look like this: ```rs