Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 26, 2023
1 parent 2b9fdb7 commit 854cd4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ package main

import (
"fmt"

"github.com/essentialkaos/npck/tgz"
"github.com/essentialkaos/npck"
)

func main() {
err := tgz.Unpack("file.tar.gz", "/home/john")
err := npck.Unpack("file.tar.gz", "/home/john")

if err != nil {
panic("Can't unpack file: %v", err)
Expand Down

0 comments on commit 854cd4e

Please sign in to comment.