Skip to content

Commit 720e568

Browse files
committed
Update README.markdown
1 parent f6f02ea commit 720e568

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.markdown

+13-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,20 @@ Features:
4444
* Supports connection pooling
4545
* Supports re-transmission of Notifications after error
4646

47+
Getting started
48+
---------------
49+
50+
Add the following dependencies to your `pom.xml` file:
51+
52+
53+
<dependency>
54+
<groupId>com.notnoop.apns</groupId>
55+
<artifactId>apns</artifactId>
56+
<version>1.0.0.Beta6</version>
57+
</dependency>
58+
4759
Sample Code
48-
----------------
60+
-----------
4961

5062
To send a notification, you can do it in two steps:
5163

0 commit comments

Comments
 (0)