Minor grammar fixes in example
diff --git a/example/example.py b/example/example.py
index 12ebff0..317f5f0 100644
--- a/example/example.py
+++ b/example/example.py
@@ -3,9 +3,9 @@
     OpenID Example
     ~~~~~~~~~~~~~~
 
-    This simple application shows how OpenID can be used in an application.
+    This simple application shows how to integrate OpenID in your application.
 
-    This Dependencs on SQLAlchemy.
+    This example requires SQLAlchemy as a dependency.
 
     :copyright: (c) 2010 by Armin Ronacher.
     :license: BSD, see LICENSE for more details.
@@ -161,7 +161,7 @@
 @app.route('/logout')
 def logout():
     session.pop('openid', None)
-    flash(u'You were signed out')
+    flash(u'You have been signed out')
     return redirect(oid.get_next_url())
 
 
diff --git a/example/templates/create_profile.html b/example/templates/create_profile.html
index fa06eec..00030fb 100644
--- a/example/templates/create_profile.html
+++ b/example/templates/create_profile.html
@@ -4,7 +4,7 @@
   <h2>Create Profile</h2>
   <p>
     Hey!  This is the first time you signed in on this website.  In
-    order to proceed we need a couple of more information from you:
+    order to proceed we need some extra information from you:
   <form action="" method=post>
     <dl>
       <dt>Name: