Skip to content

Commit

Permalink
Updated examples in README to v2 import path
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMaddox authored Oct 26, 2019
1 parent 701dcff commit 6e83081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (
"strconv"
"time"

"github.com/awslabs/goformation/cloudformation"
"github.com/awslabs/goformation/cloudformation/resources"
"github.com/awslabs/goformation/v2/cloudformation"
"github.com/awslabs/goformation/v2/cloudformation/resources"
)

func main() {
Expand Down Expand Up @@ -157,7 +157,7 @@ package main
import (
"log"
"github.com/awslabs/goformation"
"github.com/awslabs/goformation/v2"
)
func main() {
Expand Down

0 comments on commit 6e83081

Please sign in to comment.