Skip to content

Commit fc9e54c

Browse files
authored
Merge pull request #9 from voltaney/doc/fix-readme
Fix readme for new release
2 parents 7b46b92 + f6ae334 commit fc9e54c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![NuGet Version](https://img.shields.io/nuget/v/Voltaney.TouchSenderInterpreter)](https://www.nuget.org/packages/Voltaney.TouchSenderInterpreter/)
55
[![CI](https://github.com/voltaney/TouchSenderInterpreter/actions/workflows/ci.yml/badge.svg)](https://github.com/voltaney/TouchSenderInterpreter/actions/workflows/ci.yml)
66
![dotnet Version](https://img.shields.io/badge/.NET-8.0-blueviolet)
7+
![dotnet Version](https://img.shields.io/badge/.NET-9.0-blueviolet)
78

89
Parser library for data sent from the mobile application **Touch Sender**.
910

@@ -64,10 +65,6 @@ If the JSON data is successfully parsed, a result object with the following stru
6465
"SingleTouch": {
6566
"X": 248.33333333333334,
6667
"Y": 387
67-
},
68-
"SingleTouchRatio": {
69-
"X": 0.6898148148148149,
70-
"Y": 0.48375
7168
}
7269
},
7370
"IsSuccess": true,

0 commit comments

Comments
 (0)