From 08076e6ba2467fc4c81c2c8180dc6550d8ed8b57 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 19 Aug 2021 18:04:23 -0700 Subject: [PATCH] Mention import path in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index be1c7ab..ec84daa 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ over BLE on Linux. --- +### Importing + +This library's import path is `go.arsenm.dev/infinitime`. + +--- + ### Dependencies This library requires `dbus`, `bluez`, `playerctl`, and `pactl` to function. The first two are for bluetooth, and the last two for music control.