From e85fc512af682a6d212553d47c226417619db06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Hultn=C3=A9r?= Date: Thu, 24 May 2018 21:21:21 +0200 Subject: [PATCH] Added link in text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dc70f0..5c7aeed 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # ♜ Python Data Classes **By Alexander Hultnér** at GothPy 17th of May 2018. -A talk about *data classes* and how you can use them today. +A [talk](http://slides.com/hultner/python-dataclasses-gothpy-alexander-hultner/fullscreen) about *data classes* and how you can use them today. The code we experimented with in the demo is available in [demo.py](./demo.py). ## ♜ Dataclasses FAQ