summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Roesler <diafygi@gmail.com>2015-06-14 10:34:22 -0700
committerDaniel Roesler <diafygi@gmail.com>2015-06-14 10:34:22 -0700
commit5c8a4028004cfaf125aeeb666d7222779ff9314a (patch)
tree71597626529e30b13711b52ded76b8e6f740d4c8 /README.md
parent3b1ab81b0f58ebaf66ed3f0fa1a49ff53ed20b40 (diff)
fixed lines of code number
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 64f6a79..d09fc67 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ Here's a website that is using a certificate signed using `sign_csr.py`:
##Feedback/Contributing
I'd love to receive feedback, issues, and pull requests to make this script
-better. The script itself, `sign_csr.py`, is less than 300 lines of code, so
+better. The script itself, `sign_csr.py`, is less than 400 lines of code, so
feel free to read through it! I tried to comment things well and make it crystal
clear what it's doing.