Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Ranking Board is an innovative project that utilizes free resources to build a website for recording people's effort. This repository serves as the dashboard of the Ranking Board. The back-end, which is a Github bot, is called [Ranking Board Helper](https://github.com/Louis-7/ranking-board-helper).

You may be curious about where the database is located. I use a JSON file, located at `data/ranking.json`, to store all the data. I utilize JavaScript code to convert it into the necessary data model.
You may be curious about where the database is located. I use a JSON file, located at `data/ranking.json`, to store all the data. I utilize JavaScript code to convert it into the necessary data model!

## Usage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, the code patch looks fine. However, I have a suggestion for improvement.

In the third line, instead of using an exclamation mark, I recommend using a period to communicate the message more clearly. So the updated line would be: "I utilize JavaScript code to convert it into the necessary data model."

Aside from that, I did not identify any bugs or risks in the code patch.

Expand Down