aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-04-20 12:57:29 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2017-04-20 12:57:29 +0200
commit6d6d4fae4f94f2e848087bebc80ee661dbe3fa3e (patch)
treeabd9e9eefd34b34e37d33e84934a42b458a367fe /README.md
parent925ea3f4380ecdf73f46b86ddef4cb1e3cd84a1b (diff)
downloadrumba-6d6d4fae4f94f2e848087bebc80ee661dbe3fa3e.tar.gz
rumba-6d6d4fae4f94f2e848087bebc80ee661dbe3fa3e.zip
Fix gitlab specific rendering of markdown
Gitlab renders the README differently than most markdown parsers, this should hopefully fix it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 5d46e5e..c8697f5 100644
--- a/README.md
+++ b/README.md
@@ -18,23 +18,23 @@ a look at the examples/ folder.
3. user creates an instance of prototype.Experiment class, passing
the testbed instance and a list of Node instances
- * At the end of the base Experiment constructor, the
- generate function is called to generate information about
- per-node IPCPs, registrations and enrollment, ready to be
- used by the plugins
+ * At the end of the base Experiment constructor, the
+ generate function is called to generate information about
+ per-node IPCPs, registrations and enrollment, ready to be
+ used by the plugins
4. user calls run() on the prototype.Experiment instance:
- * First, run() calls Testbed.swap_in(), passing the
- Experiment, and filling in the missing information
+ * First, run() calls Testbed.swap_in(), passing the
+ Experiment, and filling in the missing information
- * Second, run() calls a prototype-specific setup function,
- to create the required IPCPs, perform registrations,
- enrollments, etc.
+ * Second, run() calls a prototype-specific setup function,
+ to create the required IPCPs, perform registrations,
+ enrollments, etc.
- * Third, perform tests (TODO)
+ * Third, perform tests (TODO)
- * Fourth, run() calls Testbed.swap_out()
+ * Fourth, run() calls Testbed.swap_out()
## Installation