From 228302c50126327978c40f73af3d98bf737dbcc1 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 31 May 2016 17:43:49 -0700 Subject: [PATCH] add link to PyCon slides --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcfb1f3..c1018d5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized. +* [Slides from PyCon2016](http://www.lothar.com/~warner/MagicWormhole-PyCon2016.pdf) + ## Installation ```$ pip install magic-wormhole```