about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--project.clj2
-rw-r--r--src/pronouns/pages.clj2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5f2bb1c..7b701d5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# [pronoun.is](http://pronoun.is) is a www site for showing people how to use pronouns
+**[pronoun.is](http://pronoun.is) is a website for personal pronoun usage examples**
 
 ## For users
 
diff --git a/project.clj b/project.clj
index ac5653d..a930d9a 100644
--- a/project.clj
+++ b/project.clj
@@ -1,5 +1,5 @@
 (defproject witch-house/pronouns "1.9.0-SNAPSHOT"
-  :description "Pronoun.is is a web app for showing usage examples of personal pronouns in English."
+  :description "Pronoun.is is a website for personal pronoun usage examples"
   :url "http://pronoun.is"
   :dependencies [[org.clojure/clojure "1.6.0"]
                  [compojure "1.1.8"]
diff --git a/src/pronouns/pages.clj b/src/pronouns/pages.clj
index f9fde11..b032d34 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -143,7 +143,7 @@
       [:body
        (title-block title)
        [:div {:class "section table"}
-       [:p "pronoun.is is a www site for showing people how to use pronouns in English."]
+       [:p "pronoun.is is a website for personal pronoun usage examples"]
        [:p "here are some pronouns the site knows about:"]
        [:ul links]]]
       (contact-block)])))