Skip to content

Commit

Permalink
readme: Minor readme tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Oct 27, 2024
1 parent fc2f1ef commit a96c9b5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
<div align="center">
<a href="https://github.com/hoarder-app/liteque/actions/workflows/ci.yml">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hoarder-app/liteque/ci.yml" />
</a>
<a href="https://github.com/hoarder-app/liteque/releases">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/hoarder-app/liteque" />
</a>
</div>

# Liteque

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/hoarder-app/liteque/ci.yml) ![NPM Version](https://img.shields.io/npm/v/liteque)


A simple typesafe sqlite-based job queue for Node.js.

## Installation
Expand All @@ -20,7 +14,7 @@ $ npm install liteque
## Usage

```ts
import { buildDBClient, SqliteQueue } from "liteque";
import { buildDBClient, Runner, SqliteQueue } from "liteque";
import { z } from "zod";

const db = buildDBClient(":memory:", true);
Expand Down

0 comments on commit a96c9b5

Please sign in to comment.