From 609186a1494f681359ee34408cea99a0b2cbaff5 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Wed, 3 Feb 2016 14:47:51 +0000 Subject: [PATCH 1/2] README.md: fix typo additiona->additional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9682813..1bf446992 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Debian system. $ sudo apt-get install build-essential autoconf automake libtool pkg-config -##### Install additiona tools required for some tests and functionalities +##### Install additional tools required for some tests and functionalities $ sudo apt-get install nmap trace-cmd -- GitLab From 9be8e66c6ce861417f1b4a5b06954486d88ba332 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Wed, 3 Feb 2016 14:48:47 +0000 Subject: [PATCH 2/2] README.md: fix the Markdown Markdown requires that a codeblock starts on a paragraph of its own, i.e, with a preceding empty line. Fix it so that the assets directory is shown as code in github. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1bf446992..7257de575 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ just run these few steps: The toolkit provides these resources: A collection of "assets" required to run examples and tests: + . |-- assets | `-- mp3-short.json -- GitLab