From 4807096f878abf42fe6b50ee34cf6d1f244eb456 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 2 Feb 2020 11:38:08 -0300 Subject: [PATCH] Use the same name everywhere --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 276f56a..199baf9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RandRoll +# XRandRoll None of the existing display configuration tools does what I think is "the right thing". So I went and wrote one. diff --git a/pyproject.toml b/pyproject.toml index 8856aed..4dc0281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,4 +21,4 @@ requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" [tool.poetry.scripts] -xrandroll = 'xrandroll:main' \ No newline at end of file +xrandroll = 'xrandroll:main'