From 454d6ba6d5304d4e9347508c9ae699e734cac3cd Mon Sep 17 00:00:00 2001
From: Sam Yates <halfflat@gmail.com>
Date: Wed, 19 Oct 2016 17:22:45 +0200
Subject: [PATCH] Fix header levels in scripts/README.md

---
 scripts/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/README.md b/scripts/README.md
index 230d5be4..bd8c6111 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -1,5 +1,5 @@
 tsplot
-------
+======
 
 The `tsplot` script is a wrapper around matplotlib for displaying a collection of
 time series plots.
@@ -79,7 +79,7 @@ Use the `-o` or `--output` option to save the plot as an image, instead of
 displaying it interactively.
 
 profstats
----------
+=========
 
 `profstats` collects the profiling data output from multiple MPI ranks and performs
 a simple statistical summary.
@@ -93,7 +93,7 @@ are reported instead.
 Output is in CSV format.
 
 PassiveCable.jl
----------------
+===============
 
 Compute analytic solutions to the simple passive cylindrical dendrite cable
 model with step current injection at one end from t=0.
-- 
GitLab