From e55b2f91f5d37a855f4e752dda2c579f93c739c2 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 20 Mar 2015 22:02:28 +0100 Subject: [PATCH] Small changes to documentation --- Misc/Included Works/README.md | 2 +- SwiftShellTests/Scripts/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Misc/Included Works/README.md b/Misc/Included Works/README.md index 597857b..814cfd9 100644 --- a/Misc/Included Works/README.md +++ b/Misc/Included Works/README.md @@ -1,6 +1,6 @@ # Included Works -The following files come from other projects: +The following files are from other projects: - SwiftShellTests/Scripts/assert.sh diff --git a/SwiftShellTests/Scripts/README.md b/SwiftShellTests/Scripts/README.md index f200ea1..62bf879 100644 --- a/SwiftShellTests/Scripts/README.md +++ b/SwiftShellTests/Scripts/README.md @@ -1,5 +1,5 @@ ## Scripts folder -These scripts demonstrate how to do different tasks in SwiftShell. In the future they will also work as integration tests to make sure changes to SwiftShell are backwards compatible with older scripts. +These scripts demonstrate how to do different tasks in SwiftShell. They also work as integration tests to make sure changes to SwiftShell are backwards compatible with older scripts. -runtests.bash compiles the framework with the Release configuration and uses it to run all the scripts in this folder. +runtests.bash compiles the framework with the Release configuration and uses it to run all the scripts in this folder. It should be run before every commit to master.