From 39e54807c221f25f992e06810c31e2df9c665ed2 Mon Sep 17 00:00:00 2001 From: Daniel Rochetti Date: Sun, 5 Nov 2023 19:32:23 -0800 Subject: [PATCH] fix: readme import --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b15321d..4c46e95 100644 --- a/README.md +++ b/README.md @@ -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: