From cd2b8f0aa9083420def9f9a02c069a2f916cf5c2 Mon Sep 17 00:00:00 2001 From: Fabian IJpelaar <87425229+f-ij@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:53:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c3795..57ef730 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ For faster startup time put [Sysimage](https://www.icloud.com/iclouddrive/017m3O If all packages are installed correctly, then executing the "Main.jl" file starts up the simulation interface. -To use custom weighting functions, initialize the sim struct with `weighted = true`and define a new instance of the type WeightFunc in the "CustomWF.jl) file and then alias it as "weightFunc" in the main file. The correct way do initialize a WeightFunc is documented in "WeightFuncs.jl". +To use custom weighting functions, initialize the sim struct with `weighted = true` and define a new instance of the type WeightFunc in the "CustomWF.jl) file and then alias it as "weightFunc" in the main file. The correct way do initialize a WeightFunc is documented in "WeightFuncs.jl".