From 01568c373b9db836ff6bb7e08612addfbc929ffa Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Tue, 17 Sep 2024 15:10:14 +0100 Subject: [PATCH] Advertise browser.engineering --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5576d22..047f33a 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,11 @@ below. * [Exercise 4a](docs/exercise4a.md): Find some security bugs hidden in the code of our mini browser. * [Exercise 4b](docs/exercise4b.md): Write a program that finds bugs in another program - (a "fuzzer"). \ No newline at end of file + (a "fuzzer"). + +## Related projects + +If you enjoyed this project, eee also [browser.engineering](https://browser.engineering/), +another Python demonstration browser! browser.engineering goes much further than this +browser - it includes JavaScript, CSS etc. - with commensurately more complex code and +runtime needs.