Skip to content

Commit 0ac8d14

Browse files
committed
🎉 Initial release
1 parent 88eb837 commit 0ac8d14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caesar-cli",
33
"version": "1.0.0",
4-
"description": "Break rotational letter substitution (ROT), right from your terminal.",
4+
"description": "Break rotational letter substitution (ROT) encoded text, right from your terminal.",
55
"license": "MIT",
66
"repository": "k4m4/caesar-cli",
77
"author": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# caesar-cli [![Build Status](https://travis-ci.org/k4m4/caesar-cli.svg?branch=master)](https://travis-ci.org/k4m4/caesar-cli)
22

3-
> Break rotational letter substitution (ROT), right from your terminal.
3+
> Break rotational letter substitution (ROT) encoded text, right from your terminal.
44
55
---
66

0 commit comments

Comments
 (0)