From de0f7b897e130f1e8a98c9ceb94c9b69091fa610 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Mon, 4 Feb 2019 08:47:29 -0500 Subject: [PATCH] Change the reason for the library. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ce6bce..be1e87d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Embedded Uptime -Embed a small bit of code that gets your local server uptime. +Embed a small bit of code that converts between units of measure, e.g. Fahrenheit to Celsius. An example of a Rust library that is embeddable in Python and Web Assembly. @@ -16,4 +16,3 @@ Insure the following dependencies are in place: * [PyO3 Python - Rust bindings](https://pyo3.rs/master/get_started.html) * [Setting up WebAssembly](https://www.hellorust.com/setup/wasm-target/) * [Rust WASM book](https://rustwasm.github.io/book/introduction.html) -* [psutil](https://crates.io/crates/psutil)