Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc committed Jul 27, 2023
1 parent b5faee3 commit 70ad4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# node-osquery

`node-osquery` is a module that provides a convenient interface for interacting with [OSQuery](https://osquery.io/). This allows for easy access to system data exposed by OSQuery, all within a JavaScript environment.

![Badge Branches](./coverage/badge-branches.svg)
![Badge Functions](./coverage/badge-functions.svg)
![Badge Lines](./coverage/badge-lines.svg)
![Badge Statements](./coverage/badge-statements.svg)

`node-osquery` is a Node.js module that provides a convenient interface for interacting with [OSQuery](https://osquery.io/). This allows for easy access to system data exposed by OSQuery, all within a JavaScript environment.

## Prerequisites

To use `node-osquery`, you must have [OSQuery](https://osquery.io/) installed on your system. OSQuery exposes an operating system as a high-performance relational database, and this module provides methods to interact with that data. To install OSQuery and learn more about its capabilities, please refer to the [official OSQuery documentation](https://osquery.readthedocs.io/en/stable/).
Expand Down

0 comments on commit 70ad4b8

Please sign in to comment.