Skip to content

Commit a2caffe

Browse files
Merge pull request #6 from pusher/beams-readme
PN -> Beams in README
2 parents 2f852bf + 30a9283 commit a2caffe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. image:: https://travis-ci.org/pusher/push-notifications-python.svg?branch=master
22
:target: https://travis-ci.org/pusher/push-notifications-python
33

4-
Pusher Push Notifications Python server SDK
5-
===========================================
6-
Full documentation for this SDK can be found `here <https://docs.pusher.com/push-notifications/reference/server-sdk-python>`__
4+
Pusher Beams Python server SDK
5+
==============================
6+
Full documentation for this SDK can be found `here <https://docs.pusher.com/beams/reference/server-sdk-python>`__
77

88
Installation
99
------------
10-
The Pusher Notifications Python server SDK is available on PyPi
10+
The Pusher Beams Python server SDK is available on PyPi
1111
`here <https://pypi.python.org/pypi/pusher_push_notifications/>`__.
1212

1313
You can install this SDK by using
@@ -24,7 +24,7 @@ Usage
2424
Configuring the SDK for Your Instance
2525
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626
Use your instance id and secret (you can get these from the
27-
`dashboard <https://dash.pusher.com>`__) to create a PushNotifications instance:
27+
`dashboard <https://dash.pusher.com/beams>`__) to create a Beams PushNotifications instance:
2828

2929
.. code::
3030
@@ -38,7 +38,7 @@ Use your instance id and secret (you can get these from the
3838
Publishing a Notification
3939
~~~~~~~~~~~~~~~~~~~~~~~~~
4040

41-
Once you have created your PushNotifications instance you can publish a push notification to your registered & subscribed devices:
41+
Once you have created your Beams PushNotifications instance you can publish a push notification to your registered & subscribed devices:
4242

4343
.. code::
4444

0 commit comments

Comments
 (0)