Skip to content

Commit a4e6335

Browse files
committed
📃 docs(README): Fix typo
1 parent 22b5857 commit a4e6335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ console.log(show(value, { indent: 2, trailingComma: "auto", colors: true }));
5757
// foo: "bar",
5858
// "Hello\nworld": [-0, 2n, NaN],
5959
// map: Map(2) { "foo" => "bar", { bar: 42 } => "qux" },
60-
// circular: <ref *1>,
60+
// circular: [Circular *1],
6161
// [Symbol(qux)]: { quux: "corge" },
6262
// }
6363
```

0 commit comments

Comments
 (0)