Skip to content

Commit b42ebf9

Browse files
Natasha ChetwyndNatasha Chetwynd
authored andcommitted
Fixing typos
1 parent 1bbb722 commit b42ebf9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
## What is `codon`?
77

8-
The `codon` project was created to increase code sharing, consistancy of code and coding standards and encourage collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms used within NHS Digital such as data bricks. Further information for NHS Digital staff can be found [here](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing), via our internal confluence page. `codonPython` aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.
8+
The `codon` project was created to increase code sharing, consistancy of code and coding standards and encourage collaboration. The repository contains Python, R and SQL code for ease of use in workflows on platforms used within NHS Digital such as Databricks. Further information for NHS Digital staff can be found [here](https://confluence.digital.nhs.uk/display/CON/Codon+-+Code+sharing), via our internal confluence page. `codonPython` aims to reduce the barrier for entry for analysis and provide software development experience for those at a higher level of technical ability.
99

1010
### Why `codon`?
1111

1212
In biological terms, a `codon` is one of the building blocks that make up our DNA. By openly sharing our code we hope that others will be able to take those blocks of code to build their own processes using the data that NHS Digital hold.
1313

1414
By sharing code, the project aims to:
1515

16-
**Increase Transparency**: To aline with government data principles and build public trust.
16+
**Increase Transparency**: To align with government data principles and build public trust.
1717

1818
**Improve Code**: To innovate and improve the code we use and provide.
1919

@@ -35,7 +35,9 @@ All new contributions to `codon` are welcome; please follow the Coding Conventio
3535
Any improvements to documentation, bug fixes or general code enhancements are also welcomed. If a bug is found on the master branch, please use the GitHub guidance on raising an [issue.](https://help.github.com/en/github/managing-your-work-on-github/creating-an-issue)
3636

3737
## New to GitHub?
38-
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Beginners introductionary videos to GitHub can be found [here.](https://github.com/codonlibrary/codonPython/wiki/GitHub-for-Beginners) Quick links to begginer guidance can also be found below:
38+
GitHub is a hosting site that allows for development and version control of software using Git. It allows users to edit and develop parts of code independently before submitting back to the master code, whilst using version control to track changes. Introductory videos to GitHub for beginners can be found [here.](https://github.com/codonlibrary/codonPython/wiki/GitHub-for-Beginners)
39+
40+
Quick links to begginer guidance can also be found below:
3941

4042
* [**Cloning a repository to your local machine using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Installing-codonPython)
4143
* [**Checking out a branch using GitBash**](https://github.com/codonlibrary/codonPython/wiki/Checkout-a-branch-using-GitBash)

0 commit comments

Comments
 (0)