fix Haskell typo in README.md

This commit is contained in:
KaFai Choi 2022-04-27 15:10:08 +07:00
parent 8dd7f24789
commit 06ed377878
No known key found for this signature in database
GPG Key ID: C93944C459E21542

View File

@ -45,7 +45,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@
- [noscl](https://github.com/fiatjaf/noscl), a basic command-line client written in Go.
- [loquaz](https://github.com/emeceve/loquaz), a desktop app written in Rust for direct encrypted chat.
- [chastr](https://github.com/dolu89/chastr), a mobile directed encrypted chat app written in Xamarin.
- [FuTr](https://github.com/prolic/futr), nostr client desktop app written in haskel.
- [FuTr](https://github.com/prolic/futr), nostr client desktop app written in Haskell.
- [nvote](https://github.com/rdbell/nvote), Nvote is a decentralized, vote-driven community similar to services like Reddit and HackerNews. Nvote is powered by nostr.
- [vanilla-js-nostr](https://github.com/supertestnet/vanilla-js-nostr), A demo of posting and viewing a feed in nostr using vanilla javascript.