Skip to content

Commit 27bba92

Browse files
committed
update readme
1 parent b5eeff0 commit 27bba92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with the class disapper:
2525
Becomes
2626

2727

28-
```
28+
```html
2929
<?xml version="1.0" encoding="UTF-8"?>
3030
<svg viewBox="0 0 1338 1142" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3131
<!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch -->
@@ -66,7 +66,7 @@ We can use D3 to select portions of the exported SVG and dynamically add interac
6666
code changes the color of the rectangles with the `color-change` class, and fades out the rectangle with
6767
the `disappear` class when a user clicks them.
6868

69-
```
69+
```js
7070
const d3 = require('d3');
7171
const fs = require('fs');
7272

0 commit comments

Comments
 (0)