From b4f9c8a672266d253043ea57b4e8fb845d0a6f99 Mon Sep 17 00:00:00 2001 From: montgolfiere Date: Wed, 6 Jan 2021 10:36:54 +0000 Subject: [PATCH] Update README.md - fixed couple of minor typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8fc5a83a7..72453e4dc1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Repository is a library packaged as a jar file which contains the following: Tests are combined into test classes split by test type or Spring application context used in the test, see classes in _src/test/java/org/alfresco_. All of these classes as well as individual tests can be run by specifying the test class name and a set of DB connection properties. Check the travis.yml file for docker images that should be started -to provide a sutable test environment. For example: +to provide a suitable test environment. For example: ~~~ mvn clean test -Dtest=SomeRepoTest -Ddb.driver=org.postgresql.Driver -Ddb.name=alfresco -Ddb.url=jdbc:postgresql:alfresco -Ddb.username=alfresco -Ddb.password=alfresco ~~~ @@ -114,7 +114,7 @@ want to make changes to both of them if you are changing the repository code. ~~~ mkdir work -cd works +cd work git clone git@github.com:Alfresco/alfresco-community-repo.git git clone git@github.com:Alfresco/acs-community-packaging.git ~~~