Skip to content

Commit

Permalink
Changed readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshayman committed Apr 27, 2024
1 parent baee23c commit e16aea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This task is designed to help you practice basic Git commands by adding your nam
### Task
1. Create a new branch for your changes:
```bash
git checkout -b add-my-name-YOURNAME
git checkout -b add-my-name-<YOURNAME>
```
2. Open the `index.html` file located in the root directory.
3. Find the `<ul>` tag for attendees.
Expand All @@ -42,7 +42,7 @@ This task is designed to help you practice basic Git commands by adding your nam
### Pushing Changes
1. Push your changes to the new branch on your fork:
```bash
git push origin add-my-name
git push origin add-my-name-<YOURNAME>
```

### Raising a Pull Request
Expand Down

0 comments on commit e16aea8

Please sign in to comment.