From 8aa78f50a6b652f80ef4a174f4c19217b18b7836 Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Fri, 20 Dec 2024 13:42:09 -0800 Subject: [PATCH] fix: update Dispatch main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de0a11..80f86d7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There may need to be modifications to the included example config files (`.env`) ## Data -By default Dispatch does not come with any data. If you're looking for some example data, please use the postgres dump file located [here](https://github.com/Netflix/dispatch/blob/master/data/dispatch-sample-data.dump) to load example data. +By default Dispatch does not come with any data. If you're looking for some example data, please use the postgres dump file located [here](https://github.com/Netflix/dispatch/blob/main/data/dispatch-sample-data.dump) to load example data. Note: when running the `install.sh` file, you will be asked whether to load this database dump, or to initialize a new database.