Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDevApps committed Oct 13, 2024
1 parent aa89e3b commit 3991329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Package greatly inspired by `JsonCodable` (from Dart), makes it easy to create a
- [What is a macro](#-what-is-a-macro)
- [Getting started](#-getting-started)
- [How it works](#-how-it-works)
- [Additional informations](#-additional-informations)
- [Additional information](#-additional-information)

## ❔ What is a macro

Expand Down Expand Up @@ -69,7 +69,7 @@ final json = user.toJsonSupabase();
print(json); // {'name': 'Toto', 'age': 22}
```

## 📖 Additional informations
## 📖 Additional information

This package is still undergoing experimentation, and is in no way intended for use in production apps.

Expand Down

0 comments on commit 3991329

Please sign in to comment.