about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2016-09-20 18:33:33 -0700
committerMorgan Astra <m@morganastra.me>2016-09-20 18:33:33 -0700
commit65866ca3915cca368bac8c881d245a3442252639 (patch)
tree28c85487ebbee1e2cdd2b71364023e12b1eb8796
parent5d85c1a5e7fbe3f06667982bf1a8f1353921a76f (diff)
standardize the description of what pronoun.is is
-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)])))