Skip to content

Commit f13d330

Browse files
lwasserucodery
andcommitted
Fix: edits from @ucodery
Co-authored-by: Jeremy Paige <ucodery@gmail.com>
1 parent 9f5729a commit f13d330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/add-readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ the readme will already be there-->
5252

5353
At the top of the `README.md` file, add the name of your package.
5454

55-
if you are using markdown it should be an header 1 tag which is denoted with a single `#` sign.
55+
If you are using markdown it should be a header 1 tag which is denoted with a single `#` sign.
5656

5757
`# Package-title-here`
5858

@@ -160,14 +160,14 @@ As your package grows you may also have a link to a development guide that contr
160160
### Step 8 - Citation information
161161

162162
Finally it is important to let users know how to cite your package.
163-
You can communication citation information in a few different ways.
163+
You can communicate citation information in a few different ways.
164164

165165
You can use a tool such as zenodo to create a DOI and associated citation
166166
information for your package if it is hosted on a platform such as
167167
GitHub. [Check out this short tutorial that covers setting that up.](https://coderefinery.github.io/github-without-command-line/doi/)
168168

169169
Alternatively if you send your package through a peer review process such
170-
as the [one lead by pyOpenSci](https://www.pyopensci.org/about-peer-review/index.html), then you can all get a cross-ref DOI through our partnership
170+
as the [one lead by pyOpenSci](https://www.pyopensci.org/about-peer-review/index.html), then you can get a cross-ref DOI through our partnership
171171
with the Journal of Open Source Software.
172172

173173
## The finished README file
@@ -204,7 +204,7 @@ Here add a quick code demo showing a user how to use the package after it is ins
204204

205205
```
206206

207-
You can also add any to tutorials in your documentation here.
207+
You can also add any links to tutorials in your documentation here.
208208

209209
## Community
210210

0 commit comments

Comments
 (0)