Skip to content

Commit 5eaf993

Browse files
committed
fix syntax highlight for typescript code
1 parent fa4e5e9 commit 5eaf993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ shape.subscribe((data) => console.log(data));
139139

140140
Or binding a shape to a component using the [React bindings](https://electric-sql.com/docs/integrations/react):
141141

142-
```tsx
142+
```typescript
143143
import { useShape } from "@electric-sql/react";
144144

145145
const MyComponent = () => {

0 commit comments

Comments
 (0)