From 985e3f320335f82a43f7e3488e30262f0bb9f641 Mon Sep 17 00:00:00 2001 From: Avishek Sen Date: Sat, 28 Oct 2023 03:50:13 +0530 Subject: [PATCH] fix: typo (#139) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 809202a..c6ad2ef 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Aylur's Gtk Shell -This is a library built for [GJS](https://gitlab.gnome.org/GNOME/gjs) to allow defining GTK widgets in a declarative way. It also provides services and other utilites to interact with the system so that these widgets can have functionality. +This is a library built for [GJS](https://gitlab.gnome.org/GNOME/gjs) to allow defining GTK widgets in a declarative way. It also provides services and other utilities to interact with the system so that these widgets can have functionality. GJS is a JavaScript runtime built on Firefox's SpiderMonkey JavaScript engine and the GNOME platform libraries, the same runtime [GNOME Shell](https://gitlab.gnome.org/GNOME/gnome-shell) runs on. It was heavily inspired by [EWW](https://github.com/elkowar/eww). -Currently only Wayland is supported, but it also works on X11, [see #19](https://github.com/Aylur/ags/issues/19). +Currently, only Wayland is supported, but it also works on X11, [see #19](https://github.com/Aylur/ags/issues/19). ## Get started