From 39c3b0fbb0100aac1363fdc25bcbc6a2af9c11f1 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 24 Sep 2019 23:14:59 +0100 Subject: [PATCH] Update readme Update readme to reflect Thrimbletrimmer now being a component --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e556485..ca54edc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ but a brief overview of the components: ie. it replicates missing segments. * `cutter` interacts with a database to perform cutting jobs * `sheetsync` syncs specifc database columns to a google doc which is the primary operator interface. -* `thrimshim` acts as an interface between the editor (assumed to be the [Thrimbletrimmer](https://github.com/MasterGunner/Thrimbletrimmer-IV)) and the database. +* `thrimshim` acts as an interface between the `thrimbletrimmer` editor and the database. +* `thrimbletrimmer` is a browser based video editor. * `database` hosts a Postgres database to store events to be edited. * `nginx` provides a webserver through which the other components are exposed to the outside world. * `common` provides code shared between the other components.