From 643ec50b1d97dfe673a9e020adbf7b8bbd988a9c Mon Sep 17 00:00:00 2001 From: stonegate Date: Sat, 6 Jun 2020 12:58:54 +0800 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd8aced..a0e60d6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Tsacdop is licensed under the [GPL V3.0](https://github.com/stonega/tsacdop/blob Tsacdop is using ListenNotes api 1.0 pro to search podcast, which is not free. So I can not expose the api key in the repo. If you want to build the app, you need to create a new file named .env.dart in lib folder. Add below code in .env.dart. -``llkk +``` final environment = {"apiKey":"APIKEY", "shareKey":"SHAREKEY"}; ```