From 65866ca3915cca368bac8c881d245a3442252639 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Tue, 20 Sep 2016 18:33:33 -0700 Subject: [PATCH] standardize the description of what pronoun.is is --- README.md | 2 +- project.clj | 2 +- src/pronouns/pages.clj | 2 +- 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)])))