Subject: | pod correction |
The pod formatting is wrong. Fix below:
diff --git i/lib/Dancer/Plugin/Facebook.pm w/lib/Dancer/Plugin/Facebook.pm
index 6f43a17..3cd2830 100644
--- i/lib/Dancer/Plugin/Facebook.pm
+++ w/lib/Dancer/Plugin/Facebook.pm
@@ -210,7 +210,7 @@ are used when creating the C<Facebook::Graph> object if they're present.
There is also a hook available (C<fb_access_token_available>) you can
use to retrieve and store the C<access_token> for offline use when it
is set. Then, simply store the C<access_token> in
-C<session->{auth}->{facebook}> and the C<fb> object will automatically
+C<< session->{auth}->{facebook} >> and the C<fb> object will automatically
pick it up on each request.
=back