diff --git a/assets/templates/index.phtml b/assets/templates/index.phtml index 7d768b0..cc247ff 100644 --- a/assets/templates/index.phtml +++ b/assets/templates/index.phtml @@ -15,7 +15,7 @@ The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.

- PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the GitHub repository. + PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the GitHub repository.

To get started, you will need to install PHP 7.1, have a text editor and open your terminal. diff --git a/composer.json b/composer.json index 3dfc3b5..ef82765 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "restoreddev/php-apprentice", + "name": "restoreddev/phpapprentice", "description": "A site for learning PHP", "require": { "php": "^7.1.3", diff --git a/docs/index.html b/docs/index.html index 6219f42..c447757 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,7 @@ The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.

- PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the GitHub repository. + PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the GitHub repository.

To get started, you will need to install PHP 7.1, have a text editor and open your terminal. diff --git a/package-lock.json b/package-lock.json index 63dfca3..9d62502 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "php-apprentice", + "name": "phpapprentice", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index 0653123..9be5950 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "php-apprentice", + "name": "phpapprentice", "version": "1.0.0", "description": "A website for learning PHP", "directories": { @@ -13,14 +13,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/restoreddev/php-apprentice.git" + "url": "git+https://github.com/restoreddev/phpapprentice.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/restoreddev/php-apprentice/issues" + "url": "https://github.com/restoreddev/phpapprentice/issues" }, - "homepage": "https://github.com/restoreddev/php-apprentice#readme", + "homepage": "https://github.com/restoreddev/phpapprentice#readme", "devDependencies": { "@symfony/webpack-encore": "^0.20.1", "autoprefixer": "^8.6.5",