Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
docs: readme: add syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Nov 21, 2021
1 parent 44027a3 commit 15df1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This will be used to traverse unknown nodes.

For example:

```
```js
const node = {
type: "AssignmentExpression",
left: { type: "Identifier", name: "foo" },
Expand All @@ -80,7 +80,7 @@ Make the union set with `evk.KEYS` and the given keys.

For example:

```
```js
console.log(evk.unionWith({
MethodDefinition: ["decorators"]
})) // → { ..., MethodDefinition: ["decorators", "key", "value"], ... }
Expand Down

0 comments on commit 15df1ff

Please sign in to comment.