From e7bd3bf8c55c5ae8ae6e3d9b2d7ac5bb10fea8f5 Mon Sep 17 00:00:00 2001 From: Stefano Brilli Date: Fri, 20 Mar 2020 21:33:28 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387719c..03cd4f3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A few weeks ago I've found my old [MZ-N710](https://www.minidisc.org/part_Sony_M Determined to make it work on my modern Mac, after some googling, I found out about the [linux-minidisc](https://github.com/glaubitz/linux-minidisc) project. They've done an amazing job in reversing the NetMD protocol. -After a quick inspection to the source code I realized the project could be easily ported to javascript (either node and the browser) using the WebUSB api, so I created [netmd-js](https://github.com/cybercase/netmd-js). Then, on top of that I've build **Web MiniDisc** to manage the music on my device without the need of downloading and installing any dedicated software. +After a quick inspection to the source code I realized the project could be easily ported to javascript (either node and the browser) using the WebUSB api, so I created [netmd-js](https://github.com/cybercase/netmd-js). Then, on top of that I've built **Web MiniDisc** to manage the music on my device without the need of downloading and installing any dedicated software. That's it. It was a LOT of fun :).