diff options
author | Hans Duedal <hd@onlinecity.dk> | 2011-03-25 22:55:32 +0100 |
---|---|---|
committer | Hans Duedal <hd@onlinecity.dk> | 2011-03-25 22:55:32 +0100 |
commit | 0b819b907d7d969129a9bc4ed003940a87f748cb (patch) | |
tree | 5cc215c535c2d952f9d083bb105e59e2bc6422f2 | |
parent | 75d370a42ce162d5015ce326bdd1a2afc7adccc0 (diff) | |
download | php-smpp-0b819b907d7d969129a9bc4ed003940a87f748cb.zip php-smpp-0b819b907d7d969129a9bc4ed003940a87f748cb.tar.gz php-smpp-0b819b907d7d969129a9bc4ed003940a87f748cb.tar.bz2 |
Another markdown update
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 262b9bd..ccb3b13 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,7 @@ This library is targeted towards PHP 5.3, and as such uses namespaces. The library is divided into three parts with their own sub-namespace: - gateway\protocol - containing everything related to SMPP - - gateway\transport - the transport components from Apache's Thrift[1] + - gateway\transport - the transport components from Apache's Thrift - gateway\workers - a multi-process example and basic components Basic usage example |