Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Chore structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 4, 2019
1 parent e53124b commit f9e283d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Set Up
'shepherd' => array(
'address' => '192.168.11.9',
'username' => 'username|email',
'password' => 'password'
'password' => 'password'
)
);

Expand Down Expand Up @@ -118,7 +118,7 @@ Shows, seasons, and episodes
// Key
$section->getShow('/library/metadata/46585');

// Lists of episodes
// Lists of recently episodes
$section->getRecentlyAiredEpisodes();
$section->getRecentlyAddedEpisodes();
$section->getRecentlyViewedEpisodes();
Expand Down

0 comments on commit f9e283d

Please sign in to comment.