Skip to content

Commit b4e17aa

Browse files
committed
Update README instructions
1 parent 126f0e3 commit b4e17aa

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

plugins/sql-macros/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,12 @@
22

33
The SQL Macros Plugin for Starbase provides SQL query validation and enhancement features to improve code quality and prevent common SQL anti-patterns.
44

5-
## Installation
6-
7-
```bash
8-
npm install @starbase/sql-macros-plugin
9-
```
10-
115
## Usage
126

137
Add the SqlMacros plugin to your Starbase configuration:
148

159
```typescript
16-
import { SqlMacros } from './plugins/sql-macros-plugin'
10+
import { SqlMacros } from './plugins/sql-macros'
1711
const plugins = [
1812
// ... other plugins
1913
new SqlMacros({

0 commit comments

Comments
 (0)