Skip to content

Commit ac86532

Browse files
author
Denis Simonet
committed
Fix bugs in README markdown
1 parent c52ee63 commit ac86532

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a job I had to write an application which handles both, SMS PDU and SMPP
1010
PDU - which also involved User Data Headers, fiddling with the GSM alphabets,
1111
and so on. Fortunately, there are two libraries for this purpose:
1212

13-
* [smpplib]:(https://github.com/SciF0r/python-smpplib)
13+
* [smpplib](https://github.com/SciF0r/python-smpplib)
1414
* [smspdu](https://github.com/SciF0r/smspdu)
1515

1616
Both work quite well, but are incomplete. Additionally, smpplib has not unit
@@ -20,17 +20,17 @@ libraries and to write a new library which unites both and is complete.
2020
Resources
2121
---------
2222

23-
* [SMPP specification]:(http://www.nowsms.com/discus/messages/1/SMPP_v3_4_Issue1_2-24857.pdf)
24-
* [SMS specification]:(http://www.etsi.org/deliver/etsi_gts/03/0340/05.03.00_60/gsmts_0340v050300p.pdf)
23+
* [SMPP specification](http://www.nowsms.com/discus/messages/1/SMPP_v3_4_Issue1_2-24857.pdf)
24+
* [SMS specification](http://www.etsi.org/deliver/etsi_gts/03/0340/05.03.00_60/gsmts_0340v050300p.pdf)
2525

2626
The Plan
2727
--------
2828

2929
I think that the following steps should be done (in this order):
3030

31-
# Declare the required classes to describe SMPP and SMPP PDU
32-
# Design an architecture which allows generic generation of PDU
33-
# Based on this, design the rest of the software
34-
# ...
31+
1. Declare the required classes to describe SMPP and SMPP PDU
32+
2. Design an architecture which allows generic generation of PDU
33+
3. Based on this, design the rest of the software
34+
4. ...
3535

3636
Everything shall be unit tested.

0 commit comments

Comments
 (0)