Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky authored Oct 20, 2024
1 parent fbaf192 commit 5c66ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ curl -v http://localhost:3000/status
- Drop-in replacement for your user table
- Built-in session management

Project **demo** is available at: [https://demo.databunker.org/](https://demo.databunker.org/).
Project **demo** is available at: https://databunker.org/doc/demo/.

Please add a **star** if you like our project.

Expand Down Expand Up @@ -130,7 +130,7 @@ const user = await db.users.findByEmail('[email protected]');
1. https://dbweekly.com/issues/348
1. https://databunker.org/

## GDPR: Out of the box solution to:
## 📘 GDPR: Out of the box solution for:

1. [Right of access](#right-of-access)
1. [Right to restrict processing / Consent withdrawal](#right-to-restrict-processing--consent-withdrawal)
Expand All @@ -139,7 +139,7 @@ const user = await db.users.findByEmail('[email protected]');
1. [Right to data portability](#right-to-data-portability)


## Databunker use cases
## Databunker use cases

Detailed information can be found at https://databunker.org/use-case/

Expand Down

0 comments on commit 5c66ed7

Please sign in to comment.