Skip to content

Commit 1096ae5

Browse files
authored
docs: fix runsOn example on readme
Signed-off-by: Michael Beemer <[email protected]>
1 parent 70bd33d commit 1096ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ import {
283283
// implement the provider interface
284284
class MyProvider implements Provider {
285285
// Adds runtime validation that the provider is used with the expected SDK
286-
public readonly runsOn = 'server';
286+
public readonly runsOn = 'client';
287287
readonly metadata = {
288288
name: 'My Provider',
289289
} as const;

0 commit comments

Comments
 (0)