We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ab06c commit 14ab53aCopy full SHA for 14ab53a
README.md
@@ -81,7 +81,7 @@ const notification = await remote.sayHello.notify(["World"])
81
82
##### auth
83
84
-This method will set the `Authorization` header to `\`Bearer ${jwt}\``.
+This method will set the `Authorization` header to `` `Bearer ${jwt}` ``.
85
86
```typescript
87
const greeting = await remote.sayHello.auth(jwt)(["World"])
0 commit comments