From a3f830c2ff070c73480565cbd55e9e2fa9b680ad Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Wed, 6 Mar 2024 16:40:49 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ce1f8..2ccb32f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ These plugins are included in this package. These plugins are not included in this package. They can be installed separately. - [**nextline-rdb:**](https://github.com/simonsobs/nextline-rdb) A relational database for nextline. It stores configuration, execution history, and other information. It is implemented with [SQLAlchemy 2](https://www.sqlalchemy.org/). -- [**nextline-scheduler:**](https://github.com/simonsobs/nextline-schedule) An interface to the [_SO scheduler_](https://github.com/simonsobs/scheduler). +- [**nextline-schedule:**](https://github.com/simonsobs/nextline-schedule) An interface to the [_SO scheduler_](https://github.com/simonsobs/scheduler). - [**nextline-alert:**](https://github.com/simonsobs/nextline-alert) An interface to the alert system [_campana_](https://github.com/simonsobs/campana). ### Web App @@ -126,7 +126,7 @@ uvicorn --lifespan on --factory --port 8080 nextlinegraphql:create_app Check with a web browser at . If you check out external plugins, nextline-graphql automatically detects them -as plugins. An example can be found in +as plugins. An example can be described in [nextline-rdb](https://github.com/simonsobs/nextline-rdb). ## Configuration