Skip to content

Commit

Permalink
fix: readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
boyander committed Sep 19, 2023
1 parent b3e54e6 commit 96df669
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<a href="https://faable.com">
<h1 align="center">FaableQL</h1>
</a>
<p align="center">A small domain specific language to create simple MongoDB queries</p>
</p>

<p align="center">
Expand All @@ -10,14 +11,26 @@
</a>
</p>

A small domain specific language to create simple MongoDB queries.

Syntax:

```
<field1>:<value> <field2>:<value>
```

## Install

With NPM:

```bash
npm install @faable/faableql
```

With Yarn:

```bash
yarn add @faable/faableql
```

## Getting Started

Configure fields that can be queried in MongoDB:
Expand Down

0 comments on commit 96df669

Please sign in to comment.