From 532c69b85264dc5441e8cbdb21abe66ea872f3f9 Mon Sep 17 00:00:00 2001 From: Andrea Passaglia Date: Sat, 2 Jan 2021 17:49:44 +0000 Subject: [PATCH] Update README.md Co-authored-by: Julien Jean Paul Sirocchi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77eb0ca3..372ec30a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ See [here](example/src/main/scala/tamer/example/Main.scala) for a sample applica ### Database module Basic manual testing is available for the code in the example module `tamer.example.Main`. -Thi code covers getting data from a synthetic Postgres database. +This code covers getting data from a synthetic Postgres database. Make sure you have docker installed before proceeding.