Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 1, 2023
1 parent 60588f6 commit 671bf8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@

---

## Table of Contents
<!-- toc -->

- [Background](#background)
- [Getting Started](#getting-started)
- [MongoDB In-Memory](#mongodb-in-memory)
- [Installation](#installation)
- [Features](#features)
- [Methods](#methods)
- [Contributing](#contributing)
- [Testing](#testing)
- [Integration Tests](#integration-tests)
- [TODO](#todo)
- [License](#license)

<!-- tocstop -->

## Background

MongoDB is a NoSQL database that is very popular in the developer ecosystem. With this adapter, you
Expand Down
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"prepare": "deno run -A npm:husky@^8 install",
"staged": "deno run -A npm:lint-staged@^15",
"prepare": "deno run -A --no-lock npm:husky@^8 install",
"staged": "deno run -A --no-lock npm:lint-staged@^15",
"cache": "deno cache --lock=deno.lock --lock-write deps.ts dev_deps.ts",
"test": "deno lint && deno fmt --check && deno test -A --unstable",
"test:integration-native": "deno test -A --unstable adapter.native.integration.test.ts",
Expand Down

0 comments on commit 671bf8d

Please sign in to comment.