diff --git a/CHANGES.txt b/CHANGES.txt
index d9ea677..de229d5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -47,23 +47,22 @@
- Added "foo" views and templates to Pyramid scaffold.
-- Added :attr:`edbob.pyramid.forms.FieldSet.allow_continue` attribute.
+- Added ``edbob.pyramid.forms.FieldSet.allow_continue`` attribute.
- Made ``sort`` keyword optional for grids.
-- Added :class:`edbob.pyramid.views.Crud` class.
+- Added ``edbob.pyramid.views.Crud`` class.
-- Added :class:`edbob.pyramid.views.GridView` class.
+- Added ``edbob.pyramid.views.GridView`` class.
- Added "Guest" role to auth / permissions framework.
-- Added :class:`edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`
- class.
+- Added ``edbob.pyramid.forms.formalchemy.AutocompleteFieldRenderer`` class.
-- Added :meth:`edbob.Object.__str__()` method.
+- Added ``edbob.Object.__str__()`` method.
-- Added :func:`edbob.sqlalchemy.current_time()` function to provide UTC
- timestamp as a default field value.
+- Added ``edbob.sqlalchemy.current_time()`` function to provide UTC timestamp
+ as a default field value.
- Added ``pyramid_tm`` tween to Pyramid apps.
@@ -79,7 +78,7 @@
0.1a5
-----
-- Added :mod:`edbob.csv` module.
+- Added ``edbob.csv`` module.
- Tweaked logging configuration and initialization semantics.
diff --git a/README.txt b/README.txt
index 4944a89..ffaabfe 100644
--- a/README.txt
+++ b/README.txt
@@ -10,7 +10,7 @@ console, web, or GUI applications. Pay only for what you eat; however all of
its functionality combined may be considered a "full stack" of sorts.
For more information, please see `edbob.org `_ or send email
-to Lance Edgar (lance@edbob.org).
+to `Lance Edgar `_.
Installation