mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #3277 from 2002Bishwajeet/fix-typo-error-dart
fix small typo error dart
This commit is contained in:
commit
a6c27841e1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ Once you add the dependencies, its extremely easy to get started with the SDK; A
|
|||
import 'package:dart_appwrite/dart_appwrite.dart';
|
||||
|
||||
void main() async {
|
||||
Client client = Client();
|
||||
Client client = Client()
|
||||
.setEndpoint('http://[HOSTNAME_OR_IP]/v1') // Make sure your endpoint is accessible
|
||||
.setProject('5ff3379a01d25') // Your project ID
|
||||
.setKey('cd868c7af8bdc893b4...93b7535db89')
|
||||
|
|
|
|||
Loading…
Reference in a new issue