about summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/tmpl/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/tmpl/index.html b/assets/tmpl/index.html
index 15856f7..509107b 100644
--- a/assets/tmpl/index.html
+++ b/assets/tmpl/index.html
@@ -3,7 +3,7 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta name="application-name" content="getwtxt">
+  <meta name="application-name" content="getwtxt {{.Vers}}">
   <link rel="stylesheet" type="text/css" href="/css">
   <title>{{.Name}} - twtxt Registry</title>
 </head>
@@ -34,7 +34,7 @@
 /api/plain/mentions
 /api/plain/tweets
 /api/plain/tags</code></pre>
-      <p>All queries accept <code>?page=N</code> as a parameter, returning sets of 20 results. 
+      <p>All queries accept <code>?page=N</code> as a parameter, returning groups of 20 results. 
       This may be omitted for the first page of results.</p>
       <p>Query by user:</p>
         <pre><code>$ curl '{{.URL}}/api/plain/users?q=foo'