From 99479dd7e0df108f2b8345ed2e99de3866156647 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Fri, 30 Jun 2017 12:19:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3618046..74cf168 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ What's so hard about writing a Slack Client in Rust? [[Video](https://www.youtub ## History -Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote this amazing article about spellchecker for example: http://norvig.com/spell-correct.html. +Coming from Python I loved to have some guidelines on how "idiomatic Python" looks like. I was inspired by the likes of Peter Norvig, who wrote amazing articles about [spellchecker](http://norvig.com/spell-correct.html) and [sudoku solvers](http://norvig.com/sudoku.html). And, of course, the [Zen of Python](https://www.python.org/dev/peps/pep-0020/). The goal is to have a peer-reviewed collection of articles/talks/repos which teach idiomatic Rust style. It's a community project.