Skip to content

Commit 15d6f3a

Browse files
Merge pull request #206 from KajalSinghBAGHEL/patch-1
Update README.md
2 parents 2d7396a + 7300035 commit 15d6f3a

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## 👀 Introduction
2323

24-
This is a Machine Learning Web Application which can predict three diseases i.e. Diabetes, Heart disease and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.
24+
This is a Machine Learning Web Application that can predict three diseases i.e. Diabetes, Heart disease, and Cancer. The datasets have been taken from Kaggle. And overall analysis and model building for the diseases have been done in respective Jupyter Notebooks.
2525

2626
- [Datasets](https://github.com/kritikaparmar-programmer/HealthCheck/tree/main/Datasets)
2727

@@ -44,7 +44,7 @@ This is a Machine Learning Web Application which can predict three diseases i.e.
4444

4545
To work on an open-source project, you will first need to make your copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.
4646

47-
Get your own Fork/Copy of repository by clicking `Fork` button right upper corner.<br><br>
47+
Get your own Fork/Copy of repository by clicking the `Fork` button in right upper corner.<br><br>
4848

4949
#### Step 2: Clone the Forked Repository
5050

@@ -64,7 +64,7 @@ $ git clone -b flutter https://github.com/<your-github-username>/HealthCheck
6464
```
6565

6666
#### Step 3: Creating a new branch (IMP)
67-
This is one of the very important step that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and does not creates a mess. To create a new branch:
67+
This is one of the very important steps that you should follow to contribute to Open Source. A branch helps to manage the workflow, isolate your code, and does not creates a mess. To create a new branch:
6868

6969
```bash
7070
$ git branch <name_of_branch>
@@ -76,7 +76,7 @@ $ git checkout <name_of_branch>
7676
git remote add upstream https://github.com/kritikaparmar-programmer/HealthCheck
7777
git remote -v
7878
```
79-
Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
79+
Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
8080
```bash
8181
git pull upstream main
8282
```
@@ -121,7 +121,7 @@ flask run
121121
##### For Flutter:
122122
**1.** Open Android Studio or Visual Studio Code.
123123

124-
**2.** Click Open Folder option in the File section and Navigate to ./HealthCheck/HealthCheck_App and select it.
124+
**2.** Click the Open Folder option in the File section and Navigate to ./HealthCheck/HealthCheck_App and select it.
125125

126126
**3. Open Terminal in the editor.**
127127

@@ -132,7 +132,7 @@ $ flutter packages get
132132
#### Step 5: Contribute
133133
Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)
134134

135-
#### Step 6: Commiting and Pushing
135+
#### Step 6: Committing and Pushing
136136
Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.
137137

138138
```bash
@@ -181,8 +181,10 @@ You can find the Code of Conduct <a href="https://github.com/kritikaparmar-progr
181181
</tr>
182182
</table>
183183

184-
## Open Source Programs the project have been associated with
184+
## Open Source Programs the project has been associated with
185185
[![GSSOC](https://gssoc.girlscript.tech/images/favicon/favicon.png)](https://gssoc.girlscript.tech/)
186186

187187

188-
## Drop a ⭐ on the Github Repository if you like it.<br><br>
188+
## Drop an ⭐ on the Github Repository if you like it.<br><br>
189+
190+

0 commit comments

Comments
 (0)