Skip to content

Commit abe711e

Browse files
Updates path in README.md (dapr#79)
Signed-off-by: Elena Kolevska <[email protected]>
1 parent fd317d2 commit abe711e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Define the error
88
```go
99
import kitErrors "github.com/dapr/kit/errors"
1010

11-
// Define error in dapr pkg/api/<building_block>_errors.go
11+
// Define error in dapr pkg/api/errors/<building_block>.go
1212
func PubSubNotFound(name string, pubsubType string, metadata map[string]string) error {
1313
message := fmt.Sprintf("pubsub %s is not found", name)
1414

0 commit comments

Comments
 (0)