From 0e5bc16220568a6696990587ba23000091fc3680 Mon Sep 17 00:00:00 2001 From: Adrian Ariton Date: Fri, 22 Sep 2023 12:02:22 +0300 Subject: [PATCH] redid readme fix x2 --- examples/messagepassingdistilation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/messagepassingdistilation/README.md b/examples/messagepassingdistilation/README.md index b7317ff9..28743c9c 100644 --- a/examples/messagepassingdistilation/README.md +++ b/examples/messagepassingdistilation/README.md @@ -91,7 +91,7 @@ sequenceDiagram # Important if graphs are too large/too little on retina screens specifically on macos, -go to Sim.jl line 13 and modify +go to cssconfig.jl and modify ```julia retina_scale = 1 # modify to 2 instead of 1 ```