From 67e3862ad49dba39f688226dea901de0c60a90f7 Mon Sep 17 00:00:00 2001
From: Leif Andersson <leif.andersson@control.lth.se>
Date: Sat, 27 Jan 2024 17:50:09 +0100
Subject: [PATCH] Updated README.md

---
 README.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 13a7b5d..ca0eedf 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ For installation, se the end of this README,
 
 ### JuliaTikz
 
-`    JuliaTikz(tikzfile,delete=true)`
+`    JuliaTikz(tikzfile,write_file=false)`
 
 Extract and run the Julia part of a combined tikz/Julia file.
 
@@ -14,12 +14,9 @@ The boundary between the two is the string
  
 `    \endinput Julia <name>`
 
-where `<name>` is the name that will be given to the Julia file 
-(with .jl appended), and also to a variable `name` in the program,
-i.e. `name = "<name>"`.
-
-The Julia file will be extracted to a temporary directory, which will be 
-deleted  after the run unless the optional argument `delete` is false.
+where `<name>` is the name that will be given to a variable `name`
+in the program, and also to the Julia file (with .jl appended),
+ if the optional argument `write_file` is true.
 
 ### printcsv
 
-- 
GitLab