Skip to content

Commit 2b381bc

Browse files
dpshelioageorgou
andauthored
✏ Apply suggestions to improve language
Co-authored-by: ageorgou <[email protected]>
1 parent 7978fe9 commit 2b381bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ In this course, you will move beyond programming, to learn how to construct reli
1111
1. Collaborating around code. Issue tracking. Code review and pull requests. Branches and merging
1212
1. Introduction to Python and Scientific programming
1313
1. Analysing and plotting Research data
14-
1. Testing scientific software. Unit testing, regression testing. Test driven design. Expectations and assertions. Mocking. Build-and-test servers. Negative testing. Sensible error messages. Set Continuous Integration.
14+
1. Testing scientific software. Unit testing, regression testing. Test-driven design. Expectations and assertions. Mocking. Build-and-test servers. Negative testing. Sensible error messages. Setting up Continuous Integration.
1515
1. Documenting software projects. Managed logging. Debugging and debuggers. Coverage measurement. Finding errors in the past.
1616
1. Writing libraries and creating packages. Software licenses. Citing software. Software sustainability. Comments. Coding conventions.
1717
1. Software as engineering. Pragmatic use of diagram languages. Requirements engineering. Agile and Waterfall. Functional and architectural design.
18-
1. Best practice in construction. Design and development. Object oriented design.
19-
1. Analyse performance. Profiling code. Develop faster code.
18+
1. Best practice in construction. Design and development. Object-oriented design.
19+
1. Analysing performance. Profiling code. Developing faster code.
2020

2121
## Prerequisites:
2222

@@ -70,7 +70,7 @@ INFO[0001] ☁ git clone 'https://github.com/helaili/jekyll-action' # ref=v2
7070
[Build website/Build-website] ✅ Success - Builds website
7171
```
7272

73-
alternatively, if you want only run the jekyll build step once you've run the whole action, you can use the official jekyll's containers with:
73+
Alternatively, if you want to only run the jekyll build step once you've run the whole action, you can use the official jekyll containers with:
7474

7575
```bash
7676
$ docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:3.1.6 jekyll serve

0 commit comments

Comments
 (0)