From ffa513d690a380325eb74c9edb34df28931cee79 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Wed, 10 Oct 2018 11:16:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb6213..5437a4b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Warp Warp lets you create self-contained single binary applications making it simpler and more ergonomic to deliver your application to your customers. A self-contained binary is specially convenient when the technology you use, such as .NET Core, Java and others, contain many dependencies that must be shipped alongside your application. -Warp is supported on Linux, Windows and macOS. +Warp is written in Rust and is supported on Linux, Windows and macOS. ## Quickstart with .NET Core ### Linux