Proper linking in README

This commit is contained in:
Gürkan 2023-12-12 00:04:06 +01:00
parent b68303a7f0
commit eac54b7ec9
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ For the testing/development purposes, you can use poetry:
### Usage
- Set up your desired configuration in a yaml file after reading loose/example_config.yaml
- Set up your desired configuration in a yaml file after reading the [example config](loose/example_config.yaml)
- You can declare either explicit monitor names or just alises which starts with underscore while writing your configuration
- Check if the config is valid with `loose show`
- Once dust settles after screen connections, trigger `loose rotate`

View file

@ -2,7 +2,7 @@
name = "loose"
version = "0.0.1"
description = "A simple tool to apply XrandR configurations"
authors = ["Gürkan Gür <dontdisturb@gurkan.in>"]
authors = ["Gürkan <gitoperations@gurkan.in>"]
[tool.poetry.dependencies]
python = "^3.10"