From b9236005933bd1761d72c60fd8a68dc52dbb49de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 3 Jul 2018 10:28:09 +0200 Subject: [PATCH] Typos in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f00aa1e..9d6096e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# travis test harness for hobby operating systems +# Travis test harness for hobby operating systems This Travis configuration runs an operating system in various emulators. It can execute a SikuliX test script to ensure that some elements are visible on-screen, send keystrokes and mouse events, and interact with the OS GUI in an automated way. Finally, it will take screenshots of the operating system, and upload them to a separate repository hosting these artifacts. Below are screenshots of an example operating system. This example merely displays a gradient and does not process any user input. -# QEMU +## QEMU ![Latest screenshot of the operating system running in QEMU](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-qemu-system-i386/qemu-system-i386.png) @@ -14,4 +14,4 @@ Below are screenshots of an example operating system. This example merely displa ## Bochs -![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-virtualbox/virtualbox.png) +![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-bochs/bochs.png)