Skip to content

Commit 4a0d253

Browse files
authored
Update README.md (#63)
master --> main change
1 parent 68fd589 commit 4a0d253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func main() {
245245

246246
// Create a Filter struct with criteria you would like to filter
247247
// The full struct definition can be found here for all of the supported filters:
248-
// https://github.com/aws/amazon-ec2-instance-selector/blob/master/pkg/selector/types.go
248+
// https://github.com/aws/amazon-ec2-instance-selector/blob/main/pkg/selector/types.go
249249
filters := selector.Filters{
250250
VCpusRange: &vcpusRange,
251251
MemoryRange: &memoryRange,

0 commit comments

Comments
 (0)