From 72ddfc3087e4dbe290f2ead41e436bb863834dff Mon Sep 17 00:00:00 2001 From: Rohan Sircar Date: Sat, 22 Aug 2020 16:51:26 +0530 Subject: [PATCH] Fixed small error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5176226..b115480 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a demo of an independent scalajs sbt project consisting of only the frontend, that communicates with the backend from the [play-slick-demo project](https://git.arcusiridis.com/nova/Scala-Play-Slick-Demo) - This is useful because configuring play to serve frontend files is a hassle, libray bundling mode refused to work for me in the integrated project whereas here it's trivial. Library bundling mode makes incremental compilation really fast( ~2 seconds ). This also speeds up incremental compilation of the backend project. -I have ported over all the code from my previous scalajs-react project, and this is the only I will be using primarily from now. +I have ported over all the code from my previous scalajs-react project, and this is the one I will be using primarily from now. Other features are -