standardize the description of what pronoun.is is
This commit is contained in:
parent
5d85c1a5e7
commit
65866ca391
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
@ -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)])))
|
||||
|
Loading…
Reference in New Issue
Block a user