Skip to content

Commit

Permalink
fix: made links on readme clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuscc committed Feb 3, 2019
1 parent 6961e6d commit 4066f9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ A low level Node.js api-wrapper for communicating with HEOS devices. It enables

## Table of Contents

- [Example](#Example)
- [Installation](#Installation)
- [Usage](#Usage)
- [Connecting to devices](#Connecting-to-devices)
- [Example](#example)
- [Installation](#installation)
- [Usage](#usage)
- [Connecting to devices](#connecting-to-devices)
- [heos.discoverDevices(timeout, onDiscover[, onTimeout])](#heosdiscoverdevicestimeout-ondiscover-ontimeout)
- [heos.discoverOneDevice([timeout])](#heosdiscoveronedevicetimeout)
- [heos.connect(address)](#heosconnectaddress)
Expand All @@ -26,8 +26,8 @@ A low level Node.js api-wrapper for communicating with HEOS devices. It enables
- [connection.on(event, listener)](#connectiononeventlistener)
- [connection.once(event, listener)](#connectiononceeventlistener)
- [HeosEvent and HeosResponse](#heosevent-and-heosresponse)
- [Documentation](#Documentation)
- [Contributing](#Contributing)
- [Documentation](#documentation)
- [Contributing](#contributing)

## Example

Expand Down

0 comments on commit 4066f9e

Please sign in to comment.