Skip to content

Commit 5799152

Browse files
committed
Readme fixes
1 parent d7cf1fd commit 5799152

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Build Status](https://github.com/enbility/eebus-go/actions/workflows/default.yml/badge.svg?branch=dev)
44

5-
This library provides a complete foundation for implementing [EEBUS][https://eebus.org] use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.
5+
This library provides a complete foundation for implementing [EEBUS](https://eebus.org) use cases. The use cases define various functional scenarios for different device categories, e.g. energy management systems, charging stations, heat pumps, and more.
66

77
## Introduction
88

@@ -16,7 +16,7 @@ The supported functionality contains:
1616
- Connection handling, including reconnection and double connections
1717
- Support for handling pairing of devices
1818

19-
Basic understanding of the EEBUS concepts SHIP and SPINE to use this library is required. Please check the corresponding specifications on the [EEBUS downloads website][https://www.eebus.org/media-downloads/].
19+
Basic understanding of the EEBUS concepts SHIP and SPINE to use this library is required. Please check the corresponding specifications on the [EEBUS downloads website](https://www.eebus.org/media-downloads/).
2020

2121
An open source SDK written in go providing the foundation to use EEBUS in your projects. Contains support for SHIP and SPINE communication.
2222

@@ -26,8 +26,7 @@ The included small demo applications do not implement any usecases and thus will
2626

2727
Services with implemented use cases will be implemented in different repositories and are also early work in progress:
2828

29-
- [HEMS](https://github.com/enbility/eebus-go-cem)
30-
- [EVSE](https://github.com/enbility/eebus-go-evse)
29+
- [HEMS](https://github.com/enbility/cemd)
3130

3231
### HEMS
3332

0 commit comments

Comments
 (0)