Skip to content

Commit dd152c9

Browse files
authored
Merge pull request zalando#32 from MarcoWorms/patch-2
Fix copy-paste example on readme
2 parents 1e156a3 + 980808a commit dd152c9

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
@@ -58,8 +58,8 @@ radar_visualization({
5858
moved: -1 // -1 = moved out (triangle pointing down)
5959
// 0 = not moved (circle)
6060
// 1 = moved in (triangle pointing up)
61-
},
62-
...
61+
},
62+
// ...
6363
]
6464
});
6565
```

0 commit comments

Comments
 (0)