Skip to content

Commit

Permalink
Updates path in README.md (#79)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska authored Dec 20, 2023
1 parent fd317d2 commit abe711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Define the error
```go
import kitErrors "github.com/dapr/kit/errors"

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

Expand Down

0 comments on commit abe711e

Please sign in to comment.