@caboodle-tech/node-simple-server 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,13 @@ Node Simple Server (NSS) is a small but effective node based server for developm
8
8
 
9
9
  :heavy_check_mark:  You want more fine grained control over the whole live reloading process.
10
10
 
11
- :heavy_check_mark:  You want to easily test your development site on multiple devices (Must be on the same LAN).
11
+ :heavy_check_mark:  You want to easily test your development site on multiple devices; must be on the same LAN.
12
12
 
13
13
  ## Installation
14
14
 
15
15
  ### Manually:
16
16
 
17
- NSS can be manually incorporated into your development process/ application. Extract the `nss` folder from the [latest release](https://github.com/caboodle-tech/nss/releases/) and then `require` the server module into your code, similar to:
17
+ NSS can be manually incorporated into your development process/ application. Extract the `nss` folder from the [latest release](https://github.com/caboodle-tech/node-simple-server/releases/) and then `require` the server module into your code, similar to:
18
18
 
19
19
  ```javascript
20
20
  const NSS = require("./nss/server");
@@ -244,4 +244,4 @@ The [current changelog is here](./changelogs/v1.md). All [other changelogs are h
244
244
 
245
245
  ## Contributions
246
246
 
247
- NSS is an open source community supported project, if you would like to help please consider <a href="https://github.com/caboodle-tech/nss/issues" target="_blank">tackling an issue</a> or <a href="https://ko-fi.com/caboodletech" target="_blank">making a donation</a> to keep the project alive.
247
+ NSS is an open source community supported project, if you would like to help please consider <a href="https://github.com/caboodle-tech/node-simple-server/issues" target="_blank">tackling an issue</a> or <a href="https://ko-fi.com/caboodletech" target="_blank">making a donation</a> to keep the project alive.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caboodle-tech/node-simple-server",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Node Simple Server (NSS): A small but effective node based server for development sites and self controlled live reloading.",
5
5
  "main": "server.js",
6
6
  "scripts": {