Skip to content

Commit

Permalink
v1.1.4: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinoaldo committed Sep 11, 2018
1 parent e6a5a99 commit 075e2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Serve static files or import as module in your project.


## Install and trust the certificate
Add the root certificate we just generated to your list of trusted certificates.
Add the [rootCA.pem](rootCA.pem) certificate to your list of trusted certificates.
This step depends on the operating system you're running:

- Mac OS: open Keychain Access, choose System from the left navigation bar, choose "Import items..." from the File app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "https-localhost",
"version": "1.1.3",
"version": "1.1.4",
"description": "HTTPS server running on localhost",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 075e2a1

Please sign in to comment.