From 6bff17f9dd35683ea5c86065b0b5d7ca23b996b1 Mon Sep 17 00:00:00 2001 From: prasanthbazz <56705455+prasanthbazz@users.noreply.github.com> Date: Tue, 9 Jun 2020 11:41:43 +0530 Subject: [PATCH] Update README.md The pipe name is misleading. Please correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4ceb86..c4e895b 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ if __name__ == "__main__": # For an installed and running system osqueryd, this is: # Linux and macOS: /var/osquery/osquery.em # FreeBSD: /var/run/osquery.em - # Windows: \\.pipe\osquery.em + # Windows: \\.\pipe\osquery.em instance = osquery.ExtensionClient('/home/you/.osquery/osqueryd.sock') instance.open() # This may raise an exception