Skip to content

Commit f88e66e

Browse files
author
Phil Sturgeon
committed
Fixed up README.markdown syntax
1 parent 6272063 commit f88e66e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
CodeIgniter-cURL
2-
===================
2+
================
33

44
CodeIgniter-cURL is a CodeIgniter library which makes it easy to do simple cURL requests
55
and makes more complicated cURL requests easier too.
66

77
Usage
88
-----
99

10-
echo $this->curl->simple_get('http://example.com');
11-
echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
10+
echo $this->curl->simple_get('http://example.com/');
11+
echo $this->curl->simple_post('curl_test/message', array('message'=>'Sup buddy'));
1212

1313
For more up to date usage and in-depth examples check the CodeIgniter wiki page:
1414

15-
http://codeigniter.com/wiki/Curl_library/
15+
http://codeigniter.com/wiki/Curl_library/
1616

1717
Extra
1818
-----

0 commit comments

Comments
 (0)