Updated README

This commit is contained in:
Sambo Chea 2023-05-27 09:50:12 +07:00
parent 71ed299a68
commit c77b927c5f
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490

View File

@ -14,7 +14,7 @@ void main() async {
final APP_ID = "xxx";
final API_KEY = "vlogs_xxx";
final sdk = VLogs.create(APP_ID, API_KEY);
final sdk = VLogs.createWith(APP_ID, API_KEY);
var request = Collector.builder()
.message("Hello World")