Skip to content

Commit 9abc3be

Browse files
committed
fix
1 parent 9849c2b commit 9abc3be

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
# DESCRIPTION
66

7-
The `LJ::Light` is a class implementing for Livejorunal flat API client.
8-
In normal use the application creates an `LJ::Light` object, and then configures it with values for
9-
default UserAgent (via `LWP::UserAgent`), url to LJ flat interface, etc.
7+
The C<LJ::Light> is a class implementing for Livejorunal flat API client.
8+
In normal use the application creates an C<LJ::Light> object, and then configures it with values for
9+
default UserAgent (via C<LWP::UserAgent>), url to LJ flat interface, etc.
1010
There are methods for: authorisation, getting user info, search user posts in specified journals.
1111

1212
# SYNOPSIS
@@ -111,7 +111,7 @@
111111
- More Live Journal services:
112112
http://dimio.org/lj-tools
113113
- Another LJ modules:
114-
https://metacpan.org/pod/WebService::LiveJournal
115-
https://metacpan.org/pod/LJ::GetCookieSession
114+
- https://metacpan.org/pod/WebService::LiveJournal
115+
- https://metacpan.org/pod/LJ::GetCookieSession
116116
- Semantic Versioning guide:
117117
http://semver.org/

lib/LJ/Light.pm

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,14 @@ sub events {
239239
http://dimio.org/lj-tools
240240
241241
=item Another LJ modules:
242-
https://metacpan.org/pod/WebService::LiveJournal
243-
https://metacpan.org/pod/LJ::GetCookieSession
242+
243+
=over
244+
245+
=item https://metacpan.org/pod/WebService::LiveJournal
246+
247+
=item https://metacpan.org/pod/LJ::GetCookieSession
248+
249+
=back
244250
245251
=item Semantic Versioning guide:
246252
http://semver.org/

0 commit comments

Comments
 (0)