Skip to content

Commit

Permalink
Fix readme spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Jan 10, 2020
1 parent 9e822a6 commit 7f9d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This application uses the following techniques and might be suitable as a simple
2. Run the application by starting `WoL.exe`
3. Open the shown location in a browser (probably `localhost:5000`) and add your first host.

You can add the application to IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](WoL/appsettings.json) for details. If you host this in IIS you might want to [configure it to be always running](https://serverfault.com/a/823531), otherwise first the first request after some idle time will take seconds.
You can add the application to IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](WoL/appsettings.json) for details. If you host this in IIS you might want to [configure it to be always running](https://serverfault.com/a/823531), otherwise the first request after some idle time will take seconds.

## Known Limitations

Expand Down

0 comments on commit 7f9d255

Please sign in to comment.