diff --git a/.gitignore b/.gitignore index b577859..54849d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ -vendor -.vscode -composer.json -composer.lock +vendor/ +.vscode/ .eslintrc.json diff --git a/composer.json b/composer.json index 68e8bcd..32171ee 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "wyatt/my-website", - "description": "A personal website for Wyatt J. Millrt", + "description": "A personal website for Wyatt J. Miller", "type": "project", "require": { "squizlabs/php_codesniffer": "^3.2" diff --git a/src/twitch-player.js b/src/twitch-player.js index c5c7028..870094f 100644 --- a/src/twitch-player.js +++ b/src/twitch-player.js @@ -1,6 +1,6 @@ /* Twitch player for my personal site -Created by Wyatt J. Miller, published by Entourage Solutions +Created by Wyatt J. Miller, published by Miller Web Solutions Made possible by the folks at Twitch, thanks guys ;) Licensed by the MIT */