From a46cc59627af2086f8939bf2000741763d29fd1d Mon Sep 17 00:00:00 2001 From: Pietro Peterlongo Date: Thu, 27 May 2021 10:53:11 +0200 Subject: [PATCH] fix web framework name Looper -> Scorper (#189) apparently it has changed name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f33d17..114a65d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ requires "chronos" ## Projects using `chronos` * [libp2p](https://github.com/status-im/nim-libp2p) - Peer-to-Peer networking stack implemented in many languages -* [Looper](https://github.com/bung87/Looper) - Web framework +* [Scorper](https://github.com/bung87/scorper) - Web framework * [2DeFi](https://github.com/gogolxdong/2DeFi) - Decentralised file system `chronos` is available in the [Nim Playground](https://play.nim-lang.org/#ix=2TpS)