diff --git a/README.md b/README.md index 2355a16..f6d87f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # steamy-sips ☕ -[![Run tests](https://github.com/steamysips/steamy-sips/actions/workflows/test.yml/badge.svg)](https://github.com/creme332/steamy-sips/actions/workflows/test.yml) +[![Run tests](https://github.com/steamysips/steamy-sips/actions/workflows/test.yml/badge.svg)](https://github.com/steamysips/steamy-sips/actions/workflows/test.yml) ![Linux](https://img.shields.io/badge/Linux-FCC624?&logo=linux&logoColor=black) ![Apache](https://img.shields.io/badge/apache-%23D42029.svg?&logo=apache&logoColor=white) ![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?&logo=mysql&logoColor=white) diff --git a/composer.json b/composer.json index a59abd8..e51f768 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "creme332/steamy-sips", + "name": "steamysips/steamy-sips", "type": "project", "description": "A coffee shop website built using LAMP stack.", "authors": [ diff --git a/docs/INSTALLATION_GUIDE.md b/docs/INSTALLATION_GUIDE.md index 4e2ab37..bac3076 100644 --- a/docs/INSTALLATION_GUIDE.md +++ b/docs/INSTALLATION_GUIDE.md @@ -23,7 +23,7 @@ cd /var/www/html # your root might be different Download the project: ```bash -git clone git@github.com:creme332/steamy-sips.git +git clone git@github.com:steamy-sips/steamy-sips.git ``` Move to the root directory of the project: