We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55f9c6 commit 8d87bdcCopy full SHA for 8d87bdc
1 file changed
README.md
@@ -114,9 +114,10 @@ await server.register({
114
template: 'my-error-view',
115
toTerminal: true,
116
links: [ (error) => {
117
- return `<a href="https://github.com/fs-opensource/hapi-dev-errors/search?q=${error.message}">
118
- Search Youch on GitHub
119
- </a>`
+ return `
+ <a href="https://github.com/fs-opensource/hapi-dev-errors/search?q=${error.message}">
+ Search hapi-dev-errors on GitHub
120
+ </a>`
121
}
122
]
123
0 commit comments