Skip to content

Commit 752d8ea

Browse files
supercritical typos in README.md has been fixed as mentioned (#2217)
* supercritical typos in README.md has been fixed as mentioned * Update README.md
1 parent bc9e465 commit 752d8ea

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Search API provides access to this metadata.
2323
```brew install leiningen```
2424

2525
### Maven
26-
Maven is a package manager for Java and is used within CMR to deal with dependency mangement.
26+
Maven is a package manager for Java and is used within CMR to deal with dependency management.
2727

2828
`brew install maven`
2929

@@ -55,13 +55,13 @@ echo "export PATH=\$PATH:`pwd`/bin" >> ~/.profile
5555
echo "source `pwd`/resources/shell/cmr-bash-autocomplete" >> ~/.profile
5656
```
5757

58-
**If you wish to not use the tool, simply replace all the command that start with `cmr` with `./bin/cmr` to run the scripts directly.**
58+
**If you wish to not use the tool, simply replace all the commands that start with `cmr` with `./bin/cmr` to run the scripts directly.**
5959

6060
### Environment Setup
6161

6262
1. `./bin/cmr setup profile` and then update the new `./dev-system/profiles.clj` file, it will look something like this:
6363

64-
When running CMR locally, the values in this file do not need to be change, CMR just expects that they exist.
64+
When running CMR locally, the values in this file do not need to be changed, CMR just expects that they exist.
6565

6666
``` clojure
6767
{:dev-config {:env {:cmr-metadata-db-password "<YOUR PASSWORD HERE>"
@@ -114,7 +114,7 @@ Note: building uberjars will interfere with your repl. If you want to use your r
114114
`rm -f ./dev-system/target/`
115115

116116
## Using VS Code Calva extenstion
117-
VS Code has an extension that allows for easier develop of clojure applications.
117+
VS Code has an extension that allows for easier development of clojure applications.
118118
Developers can get setup via: [Getting Started with Calva](https://calva.io/getting-started/)
119119

120120
## Testing CMR
@@ -179,9 +179,8 @@ For serial execution use:
179179
```
180180
> lein modules utest
181181
```
182-
Alternativly unit tests can be run in parallel using the python script in
183-
[run_unit_tests.py][ut-script]. This script is meant to be called with by a
184-
build system such as Bamboo.
182+
Alternatively unit tests can be run in parallel using the python script in
183+
[run_unit_tests.py][ut-script]. This script is meant to be called by a build system such as Bamboo.
185184

186185
```
187186
> lein ci-utest

0 commit comments

Comments
 (0)