Skip to content

Commit 53f4b78

Browse files
committed
Fix docs
1 parent c90be6d commit 53f4b78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/isomorphic-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ const serialized = toJSON(thisIsAnIsomorphicFunction); // or any of the serializ
2525
thisIsAnIsomorphicFunction === fromJSON(serialized); // true
2626
```
2727

28-
> [!INFO]
28+
> **INFO**
2929
> It can only accept objects, functions and symbols and it doesn't actually
3030
> serialize their values but only the string you used to identify the reference

docs/serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ $R[0]=($R[1]=(s,f,p)=>((p=new Promise((a,b)=>{s=a,f=b})).s=s,p.f=f,p))()
165165
($R[3]=(p,d)=>{p.s(d),p.status="success",p.value=d;delete p.s;delete p.f})($R[0],$R[2]={foo:"bar"})
166166
```
167167

168-
> [!INFO]
168+
> **INFO**
169169
> Much like other cross-reference methods, you can pass a `refs` and `scopeId` option.
170170
171171
### `createStream`
@@ -243,7 +243,7 @@ The mentioned serialization methods are ideal for server-to-client communication
243243

244244
## Push-based streaming serialization
245245

246-
> [!INFO]
246+
> **INFO**
247247
> Coming soon.
248248
249249
## Plugins

0 commit comments

Comments
 (0)