From 1e154ec2fe5f7a9bba6eba30c5a8a07ea750ad5d Mon Sep 17 00:00:00 2001
From: Aurelio Amerio <43349899+aurelio-amerio@users.noreply.github.com>
Date: Mon, 1 Mar 2021 16:45:14 +0100
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3944c07..e5d2dbc 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ It is possible to compute integrals with unit of measurement using `Unitful`.
For example, let's compute:
-
+
```julia
using MultiQuad
@@ -204,4 +204,4 @@ using MultiQuad
func(z,y,x) = sin(z)*y*x
integral, error = tplquad(func, 0, 4, 1, 2, 2, 3)
-```
\ No newline at end of file
+```