diff --git a/README.md b/README.md index e01d972..99003d6 100644 --- a/README.md +++ b/README.md @@ -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 is a class implementing for Livejorunal flat API client. + In normal use the application creates an C object, and then configures it with values for + default UserAgent (via C), url to LJ flat interface, etc. There are methods for: authorisation, getting user info, search user posts in specified journals. # SYNOPSIS @@ -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/ diff --git a/lib/LJ/Light.pm b/lib/LJ/Light.pm index 82e3036..db0589d 100644 --- a/lib/LJ/Light.pm +++ b/lib/LJ/Light.pm @@ -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/