From 3854472976ed8f4c7a77ffd15f7cea1a43a19bff Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Mon, 1 Feb 2021 12:06:12 -0500 Subject: [PATCH] Update readme Signed-off-by: Vartan Benohanian --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 38f1581..be726fe 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,8 @@ You can view Reddit's official API documentation [here](https://www.reddit.com/d ## Install -To get a specific version from the list of [versions](https://github.com/vartanbeno/go-reddit/releases): - -```sh -go get github.com/vartanbeno/go-reddit@vX.Y.Z -``` - -Or for the latest version: - ```sh -go get github.com/vartanbeno/go-reddit +go get github.com/vartanbeno/go-reddit/v2 ``` The repository structure for managing multiple major versions follows the one outlined [here](https://github.com/go-modules-by-example/index/tree/master/016_major_version_repo_strategy#major-branch-strategy).