Skip to content

Commit 1fe6526

Browse files
committed
Add FAQ for inactive email problems #5
1 parent 2d20d68 commit 1fe6526

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip3 install requests beautifulsoup4 --user
1818
```
1919
3. To install the plugin, you only need to place the following line in your vimrc if you are using vim-plugged (or similar code for other plugin managers):
2020
```
21-
Plug 'iandingx/leetcode.vim'
21+
Plug 'ianding1/leetcode.vim'
2222
```
2323

2424
## Quick Start
@@ -71,3 +71,9 @@ Default value is `''`.
7171
### [PLEASE READ THIS] Why can't I test the problem/submit the problem/list the problems?
7272

7373
Once you sign in on your browser in LeetCode website, the LeetCode session in Vim get expired immediatelly. Then you need to sign in again in Vim before doing other things.
74+
75+
### Why can't I test and submit solutions?
76+
77+
According to issue [#5](https://github.com/ianding1/leetcode.vim/issues/5), **if your email address is not active, you can login and download problems, but you cannot test and submit solutions.**
78+
79+
Please check if your email is active if you find that you cannot test and submit.

0 commit comments

Comments
 (0)