diff --git a/docs/api.md b/docs/api.md index 8ecac8b2..292f6030 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1,6 +1,6 @@ # API Docs for TM-Admin -## tmadmin-manage.py +## tmadmin_manage.py ::: tm_admin.tmadmin-manage options: diff --git a/docs/dataflow.md b/docs/dataflow.md index bb14abbe..9889a429 100644 --- a/docs/dataflow.md +++ b/docs/dataflow.md @@ -24,7 +24,7 @@ internal data structure for that file. More information on the config file [is here](configuring.md). The actual database schemas are created from the generated SQL -files. The *tmadmin-manage.py* file has a class that also runs +files. The *tmadmin_manage.py* file has a class that also runs standalone and generates all the SQL, python, and protobuf files using the *Generate* class. Once it generates the SQL files, it creates the database and tables.