Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
docs: ✏️ typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JitPackJoyride committed Sep 9, 2023
1 parent 348bbf3 commit f07a2a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-foxes-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jitpackjoyride/lucia-adapter-edgedb": patch
---

fixed installation section in readme.md
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `jitpackjoyride/lucia-adapter-edgedb`
# `@jitpackjoyride/lucia-adapter-edgedb`

[EdgeDB](https://www.edgedb.com/) adapter for Lucia v2.

Expand All @@ -11,10 +11,10 @@
## Installation

```
bun add jitpackjoyride/lucia-adapter-edgedb (recommended)
npm install jitpackjoyride/lucia-adapter-edgedb
pnpm add jitpackjoyride/lucia-adapter-edgedb
yarn add jitpackjoyride/lucia-adapter-edgedb
bun add @jitpackjoyride/lucia-adapter-edgedb (recommended)
npm install @jitpackjoyride/lucia-adapter-edgedb
pnpm add @jitpackjoyride/lucia-adapter-edgedb
yarn add @jitpackjoyride/lucia-adapter-edgedb
```

## Testing
Expand Down

0 comments on commit f07a2a1

Please sign in to comment.