diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ Image Board ----------- -Taggable image board in 1272 lines of code. +Taggable image board with multiple backend implementations. Get it: ```shell -go get random.chars.jp/git/image-board +go get random.chars.jp/git/image-board/v2 ``` Client example: @@ -13,7 +13,7 @@ package main import ( "fmt" - "random.chars.jp/git/image-board/client" + "random.chars.jp/git/image-board-client" ) func main() { |