diff --git a/README.md b/README.md index 8a812cc..7d1efaf 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ # CoolProp.jl A Julia wrapper for CoolProp (http://www.coolprop.org) -This is not my work, and all the credit goes to the cool [CoolProp contributors](https://github.com/CoolProp/CoolProp/graphs/contributors). I only put this together to make things easier for a friend of mine. - ## Installation ```julia using Pkg @@ -40,4 +38,4 @@ using Unitful: °C, Pa HAPropsSI("H", "Tdb", 20°C, "RH", 0.5, "P", 101325Pa) 38622.83892391293 J kg⁻¹ -``` \ No newline at end of file +```