Skip to content

Commit

Permalink
fix: readme import
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Nov 6, 2023
1 parent 59d0a5c commit 39e5480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ This client library is crafted as a lightweight layer atop platform standards li
2. Setup the client instance:

```dart
import "package:fal_client/client.dart";
import 'package:fal_client/fal_client.dart';
final fal = FalClient.withCredentials("FAL_KEY_ID:FAL_KEY_SECRET");
final fal = FalClient.withCredentials('FAL_KEY_ID:FAL_KEY_SECRET');
```

3. Now use `fal.subcribe` to dispatch requests to the model API:
Expand Down

0 comments on commit 39e5480

Please sign in to comment.