Skip to content

Commit 6bff17f

Browse files
authored
Update README.md
The pipe name is misleading. Please correct.
1 parent 5210198 commit 6bff17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if __name__ == "__main__":
121121
# For an installed and running system osqueryd, this is:
122122
# Linux and macOS: /var/osquery/osquery.em
123123
# FreeBSD: /var/run/osquery.em
124-
# Windows: \\.pipe\osquery.em
124+
# Windows: \\.\pipe\osquery.em
125125
instance = osquery.ExtensionClient('/home/you/.osquery/osqueryd.sock')
126126
instance.open() # This may raise an exception
127127

0 commit comments

Comments
 (0)