From 32116b70a082164daa44bd942ea8844b25e3e859 Mon Sep 17 00:00:00 2001 From: James Sharkey Date: Thu, 5 May 2022 10:59:30 +0100 Subject: [PATCH] Update README.md to note new frontend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93bec89452..c1984c55ca 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/isaacphysics/isaac-api.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/isaacphysics/isaac-api/context:java) -`isaac-api` is the server and API for the [Isaac Physics project](https://isaacphysics.org/about). Together with [`isaac-app`](https://github.com/ucam-cl-dtg/isaac-app), it forms the core stack of the Isaac platform. +`isaac-api` is the server and API for the [Isaac Physics](https://isaacphysics.org/about) and [Isaac Computer Science](https://isaaccomputerscience.org/about) projects. Together with [`isaac-react-app`](https://github.com/isaacphysics/isaac-react-app), it forms the core stack of the Isaac platform. The API runs on Jetty, and runs in [Docker](https://www.docker.com/) in production.