Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

fix(README): grammar #195

Merged
merged 4 commits into from
Oct 28, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Components still in development:
### Development

1. Fork project to your repository
2. Clone to local machine with `git clone`
2. Clone to the local machine with `git clone`
3. `cd` into the directory
4. Run `npm install`
5. Ensure the `IBM Plex Sans` is imported with `<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,500i,700" rel="stylesheet">` is in the *.html file of your main app
Expand All @@ -59,7 +59,7 @@ You will also see any lint errors in the console.
#### `npm run test`

Launches JEST over the repository.
Current snapshot tests requires `npm test -- -u` in order to update when all changes are final.
Current snapshot tests require `npm test -- -u` to update when all changes are final.

#### `npm run lint`

Expand Down Expand Up @@ -94,7 +94,7 @@ Top level repository (cicero-ui), with sub packages. The entire package is publi
<img src="assets/APLogo.png" alt="Accord Project Logo" width="400" />
</a>

Accord Project is an open source, non-profit, initiative working to transform contract management and contract automation by digitizing contracts. Accord Project operates under the umbrella of the [Linux Foundation][linuxfound]. The technical charter for the Accord Project can be found [here][charter].
Accord Project is an open-source, non-profit, initiative working to transform contract management and contract automation by digitizing contracts. Accord Project operates under the umbrella of the [Linux Foundation][linuxfound]. The technical charter for the Accord Project can be found [here][charter].
gargarchit marked this conversation as resolved.
Show resolved Hide resolved

## Learn More About Accord Project

Expand Down Expand Up @@ -333,7 +333,7 @@ Accord Project is an open source, non-profit, initiative working to transform co

## Contributing

The Accord Project technology is being developed as open source. All the software packages are being actively maintained on GitHub and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.
The Accord Project technology is being developed as an open-source. All the software packages are being actively maintained on GitHub and we encourage organizations and individuals to contribute requirements, documentation, issues, new templates, and code.
gargarchit marked this conversation as resolved.
Show resolved Hide resolved

Find out what’s coming on our [blog][apblog].

Expand Down