From 758f83861c715f7bd4a1b9b3d138840f22401f71 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sun, 3 Nov 2024 09:57:31 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4251027..23c8a52 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Run `mmcore-remote --help` for more options. Then, on the client side (or in a separate process), connect to the server using using `pymmcore_remote.MMCoreProxy`. `MMCorePlusProxy` accepts `host` and `port` -arguments that must match the server (if you overide the defaults). +arguments that must match the server (if you override the defaults). ```python from pymmcore_remote import MMCorePlusProxy