Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Remove locale from link; fix typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT authored Sep 25, 2020
1 parent d6100ee commit c34ecd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ As an alternative to using a web server to test this add-in, you can follow thes

## Prerequisites

- [Node.js](https://nodejs.org/en/) with the NPM package manager
- PEM-encoded public and private keys suitable for protecting websites. The certifiate MUST have a subject of `localhost`. This repository includes both a public and private key you can use for testing (located in the **certs** directory), but feel free to generate your own.
- [Node.js](https://nodejs.org/) with the NPM package manager
- PEM-encoded public and private keys suitable for protecting websites. The certificate MUST have a subject of `localhost`. This repository includes both a public and private key you can use for testing (located in the **certs** directory), but feel free to generate your own.

## Trust the certificates

Expand Down

0 comments on commit c34ecd1

Please sign in to comment.