From 5e547d1dfb046cf5d353c95c46bb86f06271deaf Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Mon, 18 Mar 2019 10:59:52 -0400 Subject: [PATCH] cleaned up sectioning in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 322f55e..602c17e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +# The IRDB SDK +## Licence Copyright 2018-2019 Zephyr Software, LLC. Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,16 +16,14 @@ limitations under the License. -------------------------------------------------------------------------------- - +## Usage This is the IRDB SDK. Include only the entry-point includes files, which are found in include/. Other files shall be included indirectly via the entry-point includes.. - All of the interface is in the IRDB_SDK namespace. Include file "irdb-<foo> needs to be linked against libirdb-foo.so. Libraries are distributed separately. -For further information please see the [IRDB SDK Cookbook, available at this location](https://git.zephyr-software.com/opensrc/irdb-cookbook-examples) +For further information please see the [IRDB SDK Cookbook, available at this location](https://git.zephyr-software.com/opensrc/irdb-cookbook-examples). -- GitLab