Skip to content

Commit 11f08fc

Browse files
authored
docs(readme): remove pkg from import paths (#98)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 443da01 commit 11f08fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ package main
2121
import (
2222
"fmt"
2323

24-
"github.com/blinklabs-io/plutigo/pkg/cek"
25-
"github.com/blinklabs-io/plutigo/pkg/syn"
24+
"github.com/blinklabs-io/plutigo/cek"
25+
"github.com/blinklabs-io/plutigo/syn"
2626
)
2727

2828
func main() {

0 commit comments

Comments
 (0)