Skip to content

Commit 65add55

Browse files
authored
Update README.md
1 parent 9a48634 commit 65add55

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# LC-SyncInAction
22

3-
Why take the effort of copy/pasting your solution manually when you can make use of technology to do it for ya while you can grind more in Leetcode.
3+
Why take the effort of copy/pasting your solution manually when you can make use of technology to do it for you while you can grind more in Leetcode.
44

5-
LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution everyday.
5+
LC-SyncInAction solves this problem and takes your cookie in his hand to pull and push your Accepted solution every day.
66

7-
First run will pull all your Accepted solutions from LC ( which will take **1h 45 min to 2h 30 min approx** ) and create a file of those submission in the current repository in the specified directory (root, if not provided )
7+
First run will pull all your Accepted solutions from LC ( which will take **1h 45 min to 2h 30 min approx** ) and create a file with a extension of those submission in the current repository in the specified directory (root, if not provided ). Currently provide extension support for all languages accepted by leetcode
88

9-
Every file created using this tool follows this naming convention : <submission_id>_<title_slug_of_problem>
9+
Every file created using this tool follows this naming convention : <submission_id>_<title_slug_of_problem>. [SEE THIS EXAMPLE REPO ](https://github.com/ME-ON1/leetcode-bunker/)
1010

11-
All the run afterwards will won't take long as the first run ( will be completed in few seconds :) ) and will fetch last 20 submissions and this step can be customized according to your preferred timing with the help of [schedule](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events)
11+
All the runs afterward won't take long as the first run ( will be completed in few seconds :) ) and will fetch the last 20 submissions and this step can also be customized according to your preferred timing with the help of [schedule](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events)
1212

1313
### Requirements :
1414

@@ -20,7 +20,7 @@ You can also pass location of directory, to option `solution_location` , where w
2020

2121
## Usage
2222

23-
Make a WORKFLOW file under `.github` folder by any name of your choice and start writing github actions.
23+
Make a `WORKFLOW` file under `.github` folder by any name of your choice and start writing github actions.
2424

2525
Example use case of action in your WORKFLOWS.
2626

@@ -52,4 +52,6 @@ If you need to look at examples check [.github/WORKFLOWS](https://github.com/ME-
5252

5353
The scripts and documentation in this project are released under the [MIT License](https://github.com/ME-ON1/Leetcode-SyncInAction/blob/main/LICENSE)
5454

55-
55+
## Issues
56+
57+
Please file an Issue with brief information about the bug.

0 commit comments

Comments
 (0)