From a07996eac3ddb12e811e3fec2c6f515ffa51b5e6 Mon Sep 17 00:00:00 2001 From: fmontoto Date: Thu, 15 Sep 2016 15:56:35 -0300 Subject: [PATCH] fix style at README --- benchmark/k2_trees/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmark/k2_trees/README.md b/benchmark/k2_trees/README.md index b37e63cd9..144d4b158 100644 --- a/benchmark/k2_trees/README.md +++ b/benchmark/k2_trees/README.md @@ -30,7 +30,7 @@ Explored dimensions: * [results](./results): Contains the results of the experiments. * [src](./src): Contains the source code of the benchmark. * [visualize](./visualize): Contains a `R`-script which generates - a report in LaTeX format. + a report in LaTeX format. ## Prerequisites @@ -38,9 +38,9 @@ Explored dimensions: - [R][RPJ] with package `tikzDevice`. You can install the package by calling `install.packages("filehash", repos="http://cran.r-project.org")` - and - `install.packages("tikzDevice", repos="http://R-Forge.R-project.org")` - in `R`. + and + `install.packages("tikzDevice", repos="http://R-Forge.R-project.org")` + in `R`. - [pdflatex][LT] to generate the pdf reports. ## Usage