From cdbd426788667d5ed99b7bd7e705fc97794e9fd2 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 28 May 2023 05:44:47 +0200 Subject: [PATCH] typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e1913a..e528206 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ - [3. Building and installing](#3-building-and-installing) - [3.1. Initial setup](#31-initial-setup) - [3.2. Get latest stable version (recommended)](#32-get-latest-stable-version-recommended) - - [3.3. Get latest development version version](#33-get-latest-development-version-version) + - [3.3. Get latest development version](#33-get-latest-development-version) - [3.4. Prerequisites and dependencies](#34-prerequisites-and-dependencies) - [3.5. Building](#35-building) - [3.5.0.1. Build With GPSD Support](#3501-build-with-gpsd-support) @@ -145,7 +145,7 @@ The testing framwework used is Google Test. # 5. Version History ## 5.1. Version 0.7 -- [**Bugfix**] Unknow repeater entries in log when using Icom Hardware ([#34](https://github.com/F4FXL/DStarGateway/issues/35)) +- [**Bugfix**] Unknow repeater entries in log when using Icom Hardware ([#35](https://github.com/F4FXL/DStarGateway/issues/35)) - [**Bugfix**] Malformed callsign in some cases when using DV-G (NMEA) ([#33](https://github.com/F4FXL/DStarGateway/issues/33)) - [**Bugfix**] Crash on startup with Icom Hardware. Thanks to Josh AB9FT for reporting the issue.([#31](https://github.com/F4FXL/DStarGateway/issues/31)) - [**Improvement**] Add/Fix DPRS Object support([#28](https://github.com/F4FXL/DStarGateway/issues/28))