aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey Briskin <sergey@briskin.org>2014-03-08 00:15:57 +0400
committerSergey Briskin <sergey@briskin.org>2014-03-08 00:15:57 +0400
commita7427a211b7cc26f6c1fc2abc439300248c7f641 (patch)
treefd17c4d0c95d2913572a86febb74bd7e30bc8243 /README.md
parent3b90c5f28c40f71552e36209b5b3eaadceb79cec (diff)
downloadifconfig.php-a7427a211b7cc26f6c1fc2abc439300248c7f641.tar.gz
ifconfig.php-a7427a211b7cc26f6c1fc2abc439300248c7f641.tar.bz2
ifconfig.php-a7427a211b7cc26f6c1fc2abc439300248c7f641.zip
modified: README.md
modified: ifconfig.php
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index cd295ab..2119f50 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,15 @@
ifconfig.php
============
-**Simple PHP script to show IP, UserAgent and other info**
+**Simple PHP script to show IP-address, UserAgent and other info**
Added all basic features, such as output in HTML, plain text, XML and JSON.
-By default it will be in HTML. Use 'f=' arg to select another output format.
-Also it is possible to request single value by defining 'q=' arg.
+By default it will be in HTML. Also it is possible to request single value.
Visit some of the links below to view it in action:
-* [all in plain text](http://briskin.org/ifconfig.php?f=text)
-* [all in xml](http://briskin.org/ifconfig.php?f=xml)
+* [all in plain text](http://briskin.org/ifconfig.php?q=text)
+* [all in xml](http://briskin.org/ifconfig.php?q=xml)
* [useragent only](http://briskin.org/ifconfig.php?q=ua)
P.s.