diff --git a/README.md b/README.md index 710be53..7a10a81 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,6 @@ selection.at({fontSize: 10, textAnchor: 'end', fontWeight: 600}) With syntax highlighting on, it is a little easier to see the difference between keys and values when everything isn't a string. Plus there's less typing! -Confusingly, there are several SVG attributes that are supposed to be camelCase. To avoid the automatic hypenation, use `attr`: - -```js -selection.attr('startOffset', 10) -``` - # selection.st(name[, value]) [<>](https://github.com/gka/d3-jetpack/blob/master/src/st.js "Source") Like `at`, but for `style`. Additionally, when a number is passed to a style that requires a unit of measure, like `margin-top` or `font-size`, `px` is automatically appended. Instead of