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.