From c103700890402555c1444601431ab2a36d6b339b Mon Sep 17 00:00:00 2001
From: Leif Andersson <leif.andersson@control.lth.se>
Date: Sat, 22 Aug 2020 16:16:02 +0200
Subject: [PATCH] .

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index dae189c..22f9a55 100644
--- a/README.md
+++ b/README.md
@@ -4,15 +4,15 @@ Enables Julia code and Tikz code to coexist in the same file.
 
 ### JuliaTikz
 
-```julia
-    JuliaTikz(tikzfile,delete=true)
-```
+
+`    JuliaTikz(tikzfile,delete=true)`
+
 
 Extract and run the Julia part of a combined tikz/Julia file.
 
 The boundary between the two is the string
  
-`    \\endinput Julia <name>`
+`    \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,
@@ -23,7 +23,7 @@ deleted  after the run unless the optional argument `delete` is false.
 
 ### printcsv
 
-    printcsv(data::Array{Any}, csv="")
+`    printcsv(data::Array{Any}, csv="")`
 
 Print the array `data` to a file suitable for inclusion in pgfplots.
 The columns of `data` should have a string as first element, and Float64
-- 
GitLab