From e3f6055850af941a5be86d832b735ad8648df2ab Mon Sep 17 00:00:00 2001 From: wigy Date: Tue, 20 Dec 2016 20:41:10 +0100 Subject: [PATCH] Removed the superfluous sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3a3948..09c4b8f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ When run, it will write the bytes of the serialized private key to stdout. By default, a 2048 bit RSA key will be generated. In this case the key size can be changed by specifying the `-bitsize` option. The key type can be changed by specifying the `-type` option (rsa or -ed25519). Currently only the RSA uses the -bitsize option. +ed25519). ``` $ ipfs-key -bitsize=4096 > my-rsa4096.key @@ -36,4 +36,4 @@ PRs accepted. ## License -[MIT](LICENSE) Copyright (c) 2016 [Jeromy Johnson](http://github.com/whyrusleeping) \ No newline at end of file +[MIT](LICENSE) Copyright (c) 2016 [Jeromy Johnson](http://github.com/whyrusleeping)