Skip to content

Commit

Permalink
Fix formatting in README.md (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
folz authored Jul 12, 2023
1 parent 6195350 commit b128763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rainbow-sprinkles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const responsiveProperties = defineProperties({
},
});

export const rainbowSprinkles(responsiveProperties)
export const rainbowSprinkles = createRainbowSprinkles(responsiveProperties);

export type Sprinkles = Parameters<typeof rainbowSprinkles>[0];
```
Expand Down Expand Up @@ -175,6 +175,7 @@ const properties = defineProperties({
'@layer': sprinklesLayer
// etc.
});
```

### `dynamicProperties` vs `staticProperties`

Expand Down

0 comments on commit b128763

Please sign in to comment.