diff --git a/docs/components/rating/rating.md b/docs/components/rating/rating.md
index ce025aa..12f83d4 100644
--- a/docs/components/rating/rating.md
+++ b/docs/components/rating/rating.md
@@ -13,7 +13,7 @@ Use this simple example of a star rating component for showing review results.
import { Rating } from 'flowbite-vue'
-
+
```
@@ -26,7 +26,11 @@ If you also want to show a text near the stars you can use this example as a ref
import { Rating } from 'flowbite-vue'
-
+
+
+ 4.95 out of 5
+
+
```
@@ -39,7 +43,17 @@ Aggregate more results by using this example to show the amount of reviews and t
import { Rating } from 'flowbite-vue'
-
+
+
+ 4.95
+
+
+
```
@@ -52,7 +66,12 @@ Check out the different sizing options for the star review component from small,
import { Rating } from 'flowbite-vue'
-
+
+
+
+
+
+
```