diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 87b3866..3adf13d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + @@ -79,6 +66,7 @@ @@ -272,15 +260,15 @@ - + - - + @@ -528,16 +516,6 @@ - - - - - - - - - - @@ -549,5 +527,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index fd6fb85..1be7688 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-0": { - "Feehi": "src/" + "CoolQ": "src/" } } } \ No newline at end of file diff --git a/examples/getLoginInfo.php b/examples/getLoginInfo.php index 334e1b7..5366a27 100644 --- a/examples/getLoginInfo.php +++ b/examples/getLoginInfo.php @@ -10,5 +10,5 @@ use CoolQ\CoolQ; -$CoolQ = new CoolQ('127.0.0.1',5700,'token'); +$CoolQ = new CoolQ('127.0.0.1',5700,'slight'); echo $CoolQ->getLoginInfo();