Skip to content

Commit bb48f27

Browse files
committed
doc: Updated main README with color syntax
1 parent 7e83830 commit bb48f27

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
@@ -164,7 +164,7 @@ runHookContext(() => {
164164

165165
This makes it really easy to test our code. You can even test your hooks by leveraging third party hooks update state function. Let's see how we could test our new hook:
166166

167-
```
167+
```ts
168168
import { runHookContext } from "@backhooks/core";
169169
import { configureHeadersHook } from '@backhooks/http';
170170
import { useAuthorizationHeader } from './hooks/useAuthorizationHeader'

0 commit comments

Comments
 (0)