SHT-10 library has two erroneous function calls

The code makes a call to readTempRh( ) but in the code it is called getTempRh( ). The code also calls readTemp( ) when it is called getTemp(). Suggest that the library is updated.