Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimio committed Jun 1, 2016
1 parent 9849c2b commit 9abc3be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# DESCRIPTION

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

# SYNOPSIS
Expand Down Expand Up @@ -111,7 +111,7 @@
- More Live Journal services:
http://dimio.org/lj-tools
- Another LJ modules:
https://metacpan.org/pod/WebService::LiveJournal
https://metacpan.org/pod/LJ::GetCookieSession
- https://metacpan.org/pod/WebService::LiveJournal
- https://metacpan.org/pod/LJ::GetCookieSession
- Semantic Versioning guide:
http://semver.org/
10 changes: 8 additions & 2 deletions lib/LJ/Light.pm
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,14 @@ sub events {
http://dimio.org/lj-tools
=item Another LJ modules:
https://metacpan.org/pod/WebService::LiveJournal
https://metacpan.org/pod/LJ::GetCookieSession
=over
=item https://metacpan.org/pod/WebService::LiveJournal
=item https://metacpan.org/pod/LJ::GetCookieSession
=back
=item Semantic Versioning guide:
http://semver.org/
Expand Down

0 comments on commit 9abc3be

Please sign in to comment.