diff --git a/src/components/form-rating/README.md b/src/components/form-rating/README.md index 8b331ee0263..2449971d0cd 100644 --- a/src/components/form-rating/README.md +++ b/src/components/form-rating/README.md @@ -1,7 +1,7 @@ # Form Rating -> BootstrapVue's custom range component, ``, is for entering or displaying a rating -> value. The component is fully WAI-ARIA accessible and supports keyboard control. +> BootstrapVue's custom star rating component, ``, is for entering or displaying a +> rating value. The component is fully WAI-ARIA accessible and supports keyboard control. ## Overview diff --git a/src/components/form-rating/package.json b/src/components/form-rating/package.json index beebf338f40..1285ef2bacb 100644 --- a/src/components/form-rating/package.json +++ b/src/components/form-rating/package.json @@ -5,7 +5,7 @@ "title": "Form Rating", "version": "2.12.0", "new": true, - "description": "BootstrapVue custom ratings form control or ratings display", + "description": "BootstrapVue custom star rating form control for ratings entry or aggregated display", "components": [ { "component": "BFormRating",