Skip to content

Commit 9849c2b

Browse files
committed
fix
1 parent 0de552d commit 9849c2b

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

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

55
# DESCRIPTION
66

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.
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.
1010
There are methods for: authorisation, getting user info, search user posts in specified journals.
1111

1212
# SYNOPSIS
@@ -110,10 +110,8 @@
110110
https://github.com/apparentlymart/livejournal
111111
- More Live Journal services:
112112
http://dimio.org/lj-tools
113-
114-
&#x3d; item Another LJ modules:
115-
https://metacpan.org/pod/WebService::LiveJournal
116-
https://metacpan.org/pod/LJ::GetCookieSession
117-
118-
&#x3d; item Semantic Versioning guide:
119-
http://semver.org/
113+
- Another LJ modules:
114+
https://metacpan.org/pod/WebService::LiveJournal
115+
https://metacpan.org/pod/LJ::GetCookieSession
116+
- Semantic Versioning guide:
117+
http://semver.org/

lib/LJ/Light.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ sub events {
238238
=item More Live Journal services:
239239
http://dimio.org/lj-tools
240240
241-
= item Another LJ modules:
241+
=item Another LJ modules:
242242
https://metacpan.org/pod/WebService::LiveJournal
243243
https://metacpan.org/pod/LJ::GetCookieSession
244244
245-
= item Semantic Versioning guide:
245+
=item Semantic Versioning guide:
246246
http://semver.org/
247247
248248
=back

0 commit comments

Comments
 (0)