Skip to content

Commit 1bcccb0

Browse files
authored
Merge pull request #146 from online-judge-tools/update-tips
Update "Tips" section of README.md
2 parents 10c7d5e + b1a1c67 commit 1bcccb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ $ USERNAME=chokudai PASSWORD=hoge oj-api login-service https://atcoder.jp/ | jq
381381

382382
## Tips
383383

384-
For end-users:
384+
For end-users who don't develop any programs:
385385

386386
- Please use the [`oj` command](https://github.com/online-judge-tools/oj) instead of this `oj-api` command.
387-
- The `oj-api` command is intended to be used as a backend of other tools. It's not a frontend.
387+
- The `oj-api` command is intended to be used as a backend of other programs. It's not a frontend which humans use directly.
388388

389-
For developpers:
389+
For developers of programs which use `oj-api`:
390390

391-
- Please be polite to online judge servers.
391+
- Please be polite to judge servers.
392392
- We are accessing the web pages using the unintended way, i.e. without GUI browsers. We should not forget that this is basically not welcomed.
393393
- Please be aware that this package uses [Semantic Versioning](https://semver.org/).
394394
- The "public API" of this package is the documented features of `oj-api` command and the [documented modules](https://online-judge-tools.readthedocs.io/en/master/) of `onlinejudge` module.

0 commit comments

Comments
 (0)