From 8b98b420ea952cdbef37c9c009903250ec4bb082 Mon Sep 17 00:00:00 2001 From: Tcobli Date: Tue, 23 Nov 2021 00:17:57 -0500 Subject: [PATCH] readme rename HavenoDaemon.test.tsx to HavenoDaemon.test.ts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78298d16..240acd28 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This application is a lightly modified [create-react-app](https://github.com/fac ## Run Tests -Running the [top-level API tests](./src/HavenoDaemon.test.tsx) is a great way to develop and test Haveno end-to-end. +Running the [top-level API tests](./src/HavenoDaemon.test.ts) is a great way to develop and test Haveno end-to-end. [`HavenoDaemon`](./src/HavenoDaemon.ts) provides the interface to the Haveno daemon's gRPC API.