Skip to content

Commit

Permalink
📝 docs: udpate the heading structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomansunima committed Aug 24, 2023
1 parent 00da3fa commit 2644530
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# NestJS Fauna

A NestJS package that provides seamless integration with FaunaDB, allowing you to interact with FaunaDB effortlessly within your NestJS applications.

![Nest.Js Fauna](https://github.com/nyomansunima/nestjs-fauna/assets/54091887/fddd548e-d5c3-46ac-8ce0-7ef49a1664e0)

<!-- Shields -->
Expand All @@ -11,10 +15,6 @@
![GitHub repo size](https://img.shields.io/github/repo-size/nyomansunima/nestjs-fauna)
[![GitHub Super-Linter](https://github.com/nyomansunima/nestjs-fauna/actions/workflows/linter.yml/badge.svg)](https://github.com/marketplace/actions/super-linter)

# NestJS Fauna

A NestJS package that provides seamless integration with FaunaDB, allowing you to interact with FaunaDB effortlessly within your NestJS applications.

## Table of Contents

- [Installation](#installation)
Expand All @@ -32,7 +32,7 @@ npm install nestjs-fauna

## 🤖 Getting Started

Before you start using this package, you need to have a FaunaDB account and a database set up. If you haven't already done this, head over to the [FaunaDB website](https://fauna.com/) and follow their instructions to get started.
Before you start using this package, you need to have a FaunaDB account and a database set up. If you haven't already done this, head over to the [FaunaDB site](https://fauna.com/) and follow their instructions to get started.

Once you have your FaunaDB credentials, you can configure the package in your NestJS application.

Expand Down

0 comments on commit 2644530

Please sign in to comment.