Skip to content

Commit

Permalink
README.md: Fix links pointing to an incorrect URL & a typo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dresnite authored and didacdelolmo committed Feb 2, 2019
1 parent 25d0f2f commit ce164db
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 @@ -25,7 +25,7 @@ public function onCreate(PartyCreateEvent $event) {
}
```

You can see the full event list [here](https://github.com/Diduhless/Parties/tree/master/src/Parties/event)
You can see the full event list [here](https://github.com/Diduhless/Parties/tree/master/src/Diduhless/Parties/event)

### Getting the session of a player

Expand Down Expand Up @@ -55,4 +55,4 @@ foreach($party->getMembers() as $member) {



You can see the full API in the [Session](https://github.com/Diduhless/Parties/blob/master/src/Parties/session/Session.php) and the [Party](https://github.com/Diduhless/Parties/blob/master/src/Parties/party/Party.php) classes.
You can see the full API in the [Session](https://github.com/Diduhless/Parties/blob/master/src/Diduhless/Parties/session/Session.php) and the [Party](https://github.com/Diduhless/Parties/blob/master/src/Diduhless/Parties/party/Party.php) class.

0 comments on commit ce164db

Please sign in to comment.