From 735dee777c51ca595bbca0311ce239e312764674 Mon Sep 17 00:00:00 2001 From: rebloor Date: Wed, 23 Oct 2024 14:29:04 +1300 Subject: [PATCH] Update README.md Example now simply returns "pong" --- native-messaging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-messaging/README.md b/native-messaging/README.md index 2b8febf3..1cb028dc 100644 --- a/native-messaging/README.md +++ b/native-messaging/README.md @@ -60,6 +60,6 @@ Now, open the extension's console using the "Inspect" button. This is where you You should see a new browser action icon in the toolbar. Click it. You should see output like this in the console: Sending: ping - Received: pong3 + Received: pong If you don't see this output, see the [Troubleshooting guide](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging#Troubleshooting) for ideas.