From d511d8be005b43ac18de337a6c14c90b410711c3 Mon Sep 17 00:00:00 2001 From: Josh Day Date: Tue, 18 Jul 2023 12:58:41 -0400 Subject: [PATCH] typo in README.md (#93) --- 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