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 -