We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88eb837 commit 0ac8d14Copy full SHA for 0ac8d14
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "caesar-cli",
3
"version": "1.0.0",
4
- "description": "Break rotational letter substitution (ROT), right from your terminal.",
+ "description": "Break rotational letter substitution (ROT) encoded text, right from your terminal.",
5
"license": "MIT",
6
"repository": "k4m4/caesar-cli",
7
"author": {
readme.md
@@ -1,6 +1,6 @@
# caesar-cli [](https://travis-ci.org/k4m4/caesar-cli)
-> Break rotational letter substitution (ROT), right from your terminal.
+> Break rotational letter substitution (ROT) encoded text, right from your terminal.
---
0 commit comments