Skip to content

Commit

Permalink
chore: Fix some README issues
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mmen committed Dec 30, 2024
1 parent 42083d7 commit 7b47799
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-candles-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@t1mmen/srtd": patch
---

Reference the correct scoped package name in README
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ After over a year of looking-but-not-finding a better way, I paired up with [Cla
First, install `srtd` globally or in your project:

```bash
npm install -g srtd # Global installation
npm install -g @t1mmen/srtd # Global installation
# or
npm install --save-dev srtd # Project installation
npm install --save-dev @t1mmen/srtd # Project installation
# or
npx @t1mmen/srtd init # Run directly
```

Then set up in your [Supabase](https://supabase.com) project:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@t1mmen/srtd",
"version": "0.2.1",
"license": "MIT",
"description": "Supabase Repeatable Template Definitions (srtd) is a powerful CLI for managing repeatable SQL templates tailored for Postgres features that require full redefinition, such as functions, stored procedures, and RLS policies. Streamline your development with live reloads and simplified workflows.",
"description": "Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀",
"bin": {
"srtd": "dist/cli.js"
},
Expand Down

0 comments on commit 7b47799

Please sign in to comment.