diff --git a/README.md b/README.md index 4759146..866a867 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Expected optional integrations: - grants - assets - files -- forms-runtime +- forms_runtime - tasks ## Development Install diff --git a/docs/INSPECTIONS_DOMAIN_BOUNDARY.md b/docs/INSPECTIONS_DOMAIN_BOUNDARY.md index 05487b5..133d1bd 100644 --- a/docs/INSPECTIONS_DOMAIN_BOUNDARY.md +++ b/docs/INSPECTIONS_DOMAIN_BOUNDARY.md @@ -27,7 +27,7 @@ Inspection workflows for site visits, checklists, findings, measures, deadlines, - grants - assets - files -- forms-runtime +- forms_runtime - tasks ## Seed State diff --git a/src/govoplan_inspections/backend/manifest.py b/src/govoplan_inspections/backend/manifest.py index 9b5d9b6..6730b59 100644 --- a/src/govoplan_inspections/backend/manifest.py +++ b/src/govoplan_inspections/backend/manifest.py @@ -15,7 +15,7 @@ OPTIONAL_DEPENDENCIES = ( "grants", "assets", "files", - "forms-runtime", + "forms_runtime", "tasks", )