From 255b9d506153c28760ce02f068d189f3be512be8 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Tue, 18 Jul 2023 12:40:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323d07f..3947066 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See example payloads in the `./examples` directory or at [https://github.com/DAR ```julia using Revise # auto-update the server with your changes using SimulationService -SimulationService.ENABLE_TDS = false # opt out of Terrarium Data Service +SimulationService.ENABLE_TDS[] = false # opt out of Terrarium Data Service start!() # run server