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 @@
-

Count your page views in seconds

+

Show your page views in seconds

- 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.

@@ -88,7 +88,7 @@ />

Just a image

- 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 @@ />

Data comes realtime

- 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.

@@ -160,7 +160,7 @@ import { mapMutations, mapActions } from "vuex"; export default Vue.extend({ data() { return { - buttonText: "Get your Badge", + buttonText: "Generate your Badge", text: "", canGenerate: true, activeBadgeColor: "green"