From c78a929b293e94f157ff9631ccc53cfb4bc0d282 Mon Sep 17 00:00:00 2001 From: Pieter Joost van de Sande Date: Sun, 6 Jan 2013 12:41:20 +0100 Subject: [PATCH] Fix get command urls --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfeac20..9a7963c 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ If you installed the lsusb example, both libraries below are already installed. Installing the primary gousb package is really easy: - go get -v github.com/kylelemons.net/gousb/usb + go get -v github.com/kylelemons/gousb/usb There is also a `usbid` package that will not be installed by default by this command, but which provides useful information including the human-readable vendor and product codes for detected hardware. It's not installed by default and not linked into the `usb` package by default because it adds ~400kb to the resulting binary. If you want both, they can be installed thus: - go get -v github.com/kylelemons.net/gousb/usb{,id} + go get -v github.com/kylelemons/gousb/usb{,id} Documentation =============