aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index e70f362..83b2d0b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-# Generating Migrations
-
-```
+```bash
+# Generate Migration
alembic revision --autogenerate --message "Create the example Database"
-```
-
+# Apply Migrations
+alembic upgrade head