Merge pull request #3277 from 2002Bishwajeet/fix-typo-error-dart

fix small typo error dart
This commit is contained in:
Torsten Dittmann 2022-05-31 11:09:12 +02:00 committed by GitHub
commit a6c27841e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')