From 6051670dcd890cb2393d98c2fc038f293fa678da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Morten=20S=C3=B8rvig?= <morten.sorvig@qt.io>
Date: Thu, 6 Oct 2022 12:06:05 +0200
Subject: [PATCH] Update readme

---
 README.md | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 550570d..99ac899 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,14 @@
-Qt for WebAssembly Examples
-===========================
+# Qt for WebAssembly Examples
 
 This repository contains sample code for the Qt port to the HTML/Web platform.
 
-In general, the existing Qt examples also work on WebAssembly. The examples
-provided here demonstrate topics specific to this platform.
+## Examples
 
-Examples
---------
-    localfiles/  : local file access
-    multicanvas/ : rendering to multiple canvases
-    mandelbrot/  : multithtreading
+    gallery_controls2       Qt Quick Controls Gallery
+    ordering-system	        "Pizza Shop" example
+    mandelbrot              Multithreaded mandelbrot renderer
+    slate                   The Slate pixel editor (fork of github.com/mitchcurtis/slate)
 
-Applications
-------------
-    slate/       : The Slate pixel editor (fork of github.com/mitchcurtis/slate)
+## Infrastructure
+    build.sh                Build script
+    deploy.sh               Deploy script
-- 
GitLab