diff --git a/.gitignore b/.gitignore index fa42701..29c358d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ # Compser files /vendor/ + +/test/ diff --git a/composer.json b/composer.json index 3d02c25..4d05908 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": {}, "autoload": { "psr-0": { - "SteamPixel": "src/" + "Steampixel": "src/" } } } diff --git a/index.php b/index.php index 4e09d31..97b5a4a 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,10 @@