Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel authored Jun 30, 2024
1 parent ed0b8d6 commit 141c310
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 @@ -97,7 +97,7 @@ var pusher = new Pusher(APP_KEY, {
});
```

A working poxa is on http://poxa.herokuapp.com, with:
A working poxa is on https://poxa.onrender.com/, with:

* App key: "app_key"
* App id: "app_id"
Expand All @@ -112,7 +112,7 @@ A simple console is available on index:

![Console](http://i.imgur.com/zEbZZgN.png)

You can see it in action on http://poxa.herokuapp.com using "app_key" and "secret" to connect. Now open the [poxa-presence-chat](http://poxa-presence-chat.herokuapp.com) and watch events happening!
You can see it in action on [http://poxa.herokuapp.com](https://poxa.onrender.com/) using "app_key" and "secret" to connect. Now open the [poxa-presence-chat](http://poxa-presence-chat.herokuapp.com) and watch events happening!

## Implementation

Expand Down

0 comments on commit 141c310

Please sign in to comment.