From 2d02991eaeb1466e690312465863f0fee2a87c94 Mon Sep 17 00:00:00 2001 From: Ali A Eftekhari Date: Tue, 29 Aug 2023 13:32:16 +0200 Subject: [PATCH] Update README.md Removed the now redundant sentence from the readme file. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +```