Update README.md
This commit is contained in:
		@@ -144,7 +144,7 @@ Fetch vulnerability data from NVD.
 | 
			
		||||
It takes about 10 minutes (on AWS).  
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
$ for i in {2002..2016}; do ./go-cve-dictionary fetchnvd -years $i; done
 | 
			
		||||
$ for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i; done
 | 
			
		||||
... snip ...
 | 
			
		||||
$ ls -alh cve.sqlite3
 | 
			
		||||
-rw-r--r-- 1 ec2-user ec2-user 7.0M Mar 24 13:20 cve.sqlite3
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user