From 781460a7d78f72b6f193257ffaf5de84b34ca770 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 7 Sep 2024 08:48:19 +0800 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6703b1ba62..5f2ffd1192 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,8 @@ object MinimalApplication extends cask.MainRoutes{ Cask is a simple Scala web framework inspired by Python's [Flask](http://flask.pocoo.org/docs/1.0/) project. It aims to bring simplicity, flexibility and ease-of-use to Scala webservers, avoiding cryptic DSLs or -complicated asynchrony. +complicated asynchrony. Cask makes it easy to set up a website, backend server, +or REST API using Scala - [Documentation](https://com-lihaoyi.github.io/cask/)