Skip to content

Commit 9854d5b

Browse files
author
roger.d..peng
committed
Merge pull request rdpeng#1 from gustavdelius/master
Fixed some minor typos. git-svn-id: https://github.com/duggulous/ProgrammingAssignment2.git/trunk@6 685be34d-3623-72cb-7069-ce57b7db7bff
1 parent 5f668c4 commit 9854d5b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,16 @@ invertible.
8888

8989
In order to complete this assignment, you must do the following:
9090

91-
1. Clone the GitHub repository containing the stub R files at
91+
1. Fork the GitHub repository containing the stub R files at
9292
[https://github.com/rdpeng/ProgrammingAssignment2](https://github.com/rdpeng/ProgrammingAssignment2)
93-
2. Edit the R file contained in the git repository and place your
93+
to create a copy under your own account.
94+
2. Clone your forked GitHub repository to your computer so that you can
95+
edit the files locally on your own machine.
96+
3. Edit the R file contained in the git repository and place your
9497
solution in that file (please do not rename the file).
95-
3. Commit your completed R file into YOUR git repository and push your
96-
git branch to your GitHub account.
97-
4. Submit to Coursera the URL to your GitHub repository that contains
98+
4. Commit your completed R file into YOUR git repository and push your
99+
git branch to the GitHub repository under your account.
100+
5. Submit to Coursera the URL to your GitHub repository that contains
98101
the completed R code for the assignment.
99102

100103
### Grading

0 commit comments

Comments
 (0)