diff --git a/README.md b/README.md index 258b5df8..e4667f37 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ -A productive cli tool to enjoy leetcode! +A productive cli tool to enjoy leetcode! updated by mdasif Great thanks to leetcode.com, a really awesome website! diff --git a/lib/config.js b/lib/config.js index 373b9f0f..599e12a4 100644 --- a/lib/config.js +++ b/lib/config.js @@ -44,7 +44,7 @@ const DEFAULT_CONFIG = { verify: 'https://leetcode.com/submissions/detail/$id/check/', favorites: 'https://leetcode.com/list/api/questions', favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id', - plugin: 'https://github.com/skygragon/leetcode-cli-plugins/raw/master/plugins/$name.js' + plugin: 'https://github.com/mdasif/leetcode-cli-plugins/raw/master/plugins/$name.js' } },