diff --git a/sn.go b/sn.go index 5c52ba9..388033c 100644 --- a/sn.go +++ b/sn.go @@ -34,7 +34,7 @@ func PostStoryToStackerNews(story *Story, options PostStoryOptions) (int, error) } } - parentId, err := sn.PostLink(story.Url, story.Title, "bitcoin") + parentId, err := sn.PostLink(story.Url, story.Title, "tech") if err != nil { return -1, fmt.Errorf("error posting link: %w", err) }