From ad201b69f40578c32156f6d4625776d2c8b7bb2f Mon Sep 17 00:00:00 2001 From: Mf <38403795+DeBelg@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:58:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7411b720..0a79d77f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To add or update your project's information to the explorer, please follow these 3. In the upper-right corner, click on **"Create new file"**. 4. At this point, GitHub will ask you to **fork the branch**. Confirm the fork. 5. **Enter the name of your project** in the new directory you created. Make sure there is a slash before the name. This way you create the project folder. Example: /NAME -6. Inside your project directory, create an `index.yaml` file. Follow the template here: https://github.com/web3privacy/explorer-data/blob/main/src/projects/sample.yaml +6. Inside your project directory, create an `index.yaml` file. Follow the template here: [sample](https://github.com/web3privacy/explorer-data/blob/main/sample-project.yaml) 7. When you're ready to save, click **"Commit changes..."** in the top-right corner. 8. Toggle the option for **"Create a new branch for this commit and start a pull request"**. 9. Click **"Propose changes"**.