Skip to content

Commit

Permalink
docs: README content fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palerdot committed Mar 1, 2024
1 parent 485d9d0 commit abbc1fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ import VueSpeedometer from "vue-speedometer"
</template>
```

`vue-speedometer` is the name of the component to be used inside Vue templates

### Slim Build (Experimental):

There is a `Slim` build available without bundling `d3`. This project uses `d3` *micro bundles*. If your project also uses `d3` *microbundles*, you can opt for **slim build**. Necessary `d3` dependencies required for slim build to work are - `d3-array`, `d3-color`, `d3-ease`, `d3-format`, `d3-interpolate`, `d3-scale`, `d3-selection`, `d3-shape`, `d3-transition`.
Expand Down

0 comments on commit abbc1fd

Please sign in to comment.