summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan Roig <jaroig@outlook.com>2023-11-13 02:08:03 -0500
committerJuan Roig <jaroig@outlook.com>2023-11-13 02:08:03 -0500
commite46ca43d4cd6e44972123856bbe047eb0517768e (patch)
treea3542a6c165525fd1665aebf12a8ef73c0f6ae16 /README.md
parent78fd5e4e1f084b1f031c80c964f795e225f0d25a (diff)
Move aplus requests to new launch_aplus function
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index f08a35e..5735615 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
1# aplus 1# aplus
2 2
3aplus cli \ No newline at end of file 3aplus cli
4
5# Usage
6
7# Launch interactive prompt
8aplus
9
10# Enter code immediately
11aplus -c <code>
12aplus --code <code>
13