Skip to content

Commit

Permalink
chore: update repo url (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Sep 17, 2023
1 parent 823209e commit fface74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GlazeWM-js · [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/lars-berger/GlazeWM-js/pulls) [![License](https://img.shields.io/github/license/lars-berger/GlazeWM-js)](https://github.com/lars-berger/GlazeWM-js/blob/master/LICENSE.md) [![Discord invite](https://img.shields.io/discord/1041662798196908052)](https://discord.gg/ud6z3qjRvM)
# GlazeWM-js · [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/glazerdesktop/GlazeWM-js/pulls) [![License](https://img.shields.io/github/license/glazerdesktop/GlazeWM-js)](https://github.com/glazerdesktop/GlazeWM-js/blob/master/LICENSE.md) [![Discord invite](https://img.shields.io/discord/1041662798196908052.svg?logo=discord&colorB=7289DA)](https://discord.gg/ud6z3qjRvM)

JS library for inter-process communication (IPC) with [GlazeWM](https://github.com/lars-berger/GlazeWM). Programmatically query GlazeWM's state, subscribe to events, and run WM commands with a simple and type-safe API.
JS library for inter-process communication (IPC) with [GlazeWM](https://github.com/glazerdesktop/GlazeWM). Programmatically query GlazeWM's state, subscribe to events, and run WM commands with a simple and type-safe API.

The library is packaged for CommonJS and ESM. Can be used from both NodeJS and the browser (eg. in an Electron or Tauri application).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "GPL-3.0",
"description": "Library for inter-process communication (IPC) with GlazeWM.",
"repository": "github:lars-berger/glazewm-js",
"repository": "github:glazerdesktop/GlazeWM-js",
"keywords": [
"glazewm",
"windows",
Expand Down

0 comments on commit fface74

Please sign in to comment.