Skip to content

Commit 6e6e674

Browse files
author
James O'Cull
committed
Adding references to readme
1 parent 2483ee0 commit 6e6e674

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ let united_states_tons = metric_ton.as_short_tons();
3939
let united_states_pounds = metric_ton.as_pounds();
4040
println!("One metric ton is {} U.S. tons - that's {} pounds!", united_states_tons, united_states_pounds);
4141
```
42+
43+
--------------------------------------
44+
45+
**References**
46+
47+
I am by no means a measurement or math expert, I simply wanted to do something useful while learning Rust. Thank you to these sites and their authors for the great reference material used in building this library.
48+
49+
- http://www.metric-conversions.org
50+
- http://www.conversion-metric.org

0 commit comments

Comments
 (0)