diff --git a/www/pages/index.vue b/www/pages/index.vue index 78fb0dc..027456f 100644 --- a/www/pages/index.vue +++ b/www/pages/index.vue @@ -67,15 +67,15 @@
- Badges generates a unique SVG image for a web page, every request gets
+ Badges generates a unique SVG image for a web page, requests gets
calcaulted and reflected on the value of the Badge.
- It's super handy when you want to know how many people viewed your web
- page but you can't enable a Google Analytics script on it.
+ Think about this is simplifed Goolge Analytics on a static page without JS script, isn't this handy?
+
In the near future, we will allow you to display data from various
- data source like HTTP API.
+ data source like HTTP API and so on.
- No need to make any API call, go Google analytics required. As long + No need to make any API calls, no Google analytics required. As long as the web page allow you to display a svg image.
@@ -115,7 +115,7 @@ />
- The page view count data get calculated in realtime.
And it
+ The page view count data gets calculated in realtime.
And it
will be refreshed on your web page automatically.