aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-20 12:38:31 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-20 12:54:47 +0530
commit75157006bf6f1176f64e87695343980b16908bb6 (patch)
tree9303aca7abec7e4a9e21c0c9239f739a48b2409f /README.md
parent208202db9cba6ddf0713a70e7122c69a53b1f2aa (diff)
downloadnull-browser-75157006bf6f1176f64e87695343980b16908bb6.tar.gz
null-browser-75157006bf6f1176f64e87695343980b16908bb6.zip
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5864d87..6b080fa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-![null-browser banner](./media/banner.png)
+![null-browser](./media/banner.png)
# null-browser [WIP]
A simple, fast web browser built using [qtwebengine (chromium)](https://wiki.qt.io/QtWebEngine), that is configured and extended using lua.
@@ -34,7 +34,7 @@ This web browser is just a stack of web views that can be controlled using lua.
- **No built-in AI**
- add it if you want it
-Any feature you want, you implement yourself.
+Any feature you want, you implement yourself. Either from scratch or build on top of a built-in module.
## Who is it for?
I built this for myself and people like me who enjoy tinkering with their tools.