Skip to content

Commit 89fed7e

Browse files
committed
fix typo
1 parent 092fbaf commit 89fed7e

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
@@ -133,7 +133,7 @@ go build -tags "lambdacomponents.custom,lambdacomponents.receiver.all,lambdacomp
133133
To add more options for a customized build, you can add your desired component to the [lambdacomponents](./collector/lambdacomponents) package.
134134
Make sure to always restrict your addition using the appropriate build-tags.
135135

136-
For example, if you want to add the extension `foo`, the file providing this extension should be located in the [extension](./collector/lambdacomponents/extension) directory have to following build restriction:
136+
For example, if you want to add the extension `foo`, the file providing this extension should be located in the [extension](./collector/lambdacomponents/extension) directory have the following build restriction:
137137
```
138138
//go:build lambdacomponents.custom && (lambdacomponents.all || lambdacomponents.extension.all || lambdacomponents.extension.foo)
139139
```

0 commit comments

Comments
 (0)