From 1c21c66f6f360805da305ed4dca404f1a4cd010e Mon Sep 17 00:00:00 2001 From: Zack Date: Fri, 20 Oct 2017 05:25:47 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 520dbbb..379d1fd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ src="croc/logo.png" width="260" height="80" border="0" alt="croc">
-Version +Version Code Coverage Version

@@ -12,6 +12,7 @@ This is more or less a Golang port of [@warner](https://github.com/warner's) [*magic-wormhole*](https://github.com/warner/magic-wormhole). I wrote this because I wanted to send my friend Jessie a file using *magic-wormhole*. However, Jessie doesn't like the idea of putting Python on her computer because it is a giant snake. So, nominally, this is a version of *magic-wormhole* without the dependencies that you can just double-click on your computer, even if you use Windows. +**This is a work-in-progress, the master branch may break from time to time until the first release.** # Example @@ -99,4 +100,4 @@ Thanks... - ...[@warner](https://github.com/warner) for the [idea](https://github.com/warner/magic-wormhole). - ...[@tscholl2](https://github.com/tscholl2) for the [encryption gists](https://gist.github.com/tscholl2/dc7dc15dc132ea70a98e8542fefffa28). -- ...[@skorokithakis](https://github.com/skorokithakis) for [code on proxying two connections](https://www.stavros.io/posts/proxying-two-connections-go/). \ No newline at end of file +- ...[@skorokithakis](https://github.com/skorokithakis) for [code on proxying two connections](https://www.stavros.io/posts/proxying-two-connections-go/).