Skip to content

Commit 4b9762f

Browse files
authored
Update README.md
1 parent be7a595 commit 4b9762f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Reverse engineering the USB protocol of the Fender Mustang LT series guitar amps.
33

44
## Protocol Documentation
5-
Communication with the amp is over USB HID using protobuf. Documentation can be found [here](/Docs/Protocol.md)
5+
Communication with the amp is over USB HID using [protobuf](https://github.com/protocolbuffers/protobuf). Documentation can be found [here](/Docs/Protocol.md)
66

77
## LtAmpDotNet
88
A .NET Core library for communicating with the amp. It uses [HidSharp](https://github.com/IntergatedCircuits/HidSharp) for cross-platfrom compatibility.
99

1010
A cross-platform GUI is in the roadmap.
1111

1212
## Roadmap
13-
Initally, this has been deceloped in dotnet to allow for quick scaffolding of the protocol.
13+
Initally, this has been developed in .NET Core to allow for quick scaffolding of the protocol.
1414

1515
### Future plans:
1616
- Cross-platform GUI

0 commit comments

Comments
 (0)