diff --git a/README.md b/README.md index 3674daf..8624407 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ and the [DNS Promises API](https://nodejs.org/api/dns.html#dns_dns_promises_api) ### Installation ```shell - npm install --save SyslogPro + npm install --save syslog-pro ``` ## Usage ```js - const SyslogPro = require('syslogpro'); + const SyslogPro = require('syslog-pro'); let syslog = new SyslogPro.Syslog({ target: 'localhost', protocol: 'udp', diff --git a/docs/index.html b/docs/index.html index f36cf4b..b32fda9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,7 +75,7 @@ https://cyamato.github.io/SyslogPro/.
and the DNS Promises API. npm install --save SyslogPro
const SyslogPro = require('syslogpro');
+Installation
npm install --save syslog-pro
Usage
const SyslogPro = require('syslog-pro');
let syslog = new SyslogPro.Syslog({
target: 'localhost',
protocol: 'udp',
@@ -167,7 +167,7 @@ changed functionality. Lint and test your code.
diff --git a/docs/index.js.html b/docs/index.js.html
index 7559d04..19d01e6 100644
--- a/docs/index.js.html
+++ b/docs/index.js.html
@@ -2417,7 +2417,7 @@ module.exports = {
diff --git a/docs/module-SyslogPro-CEF.html b/docs/module-SyslogPro-CEF.html
index 0c7d2d2..20adddc 100644
--- a/docs/module-SyslogPro-CEF.html
+++ b/docs/module-SyslogPro-CEF.html
@@ -1615,7 +1615,7 @@ a logging stream. This class is meant to be used once per message.
diff --git a/docs/module-SyslogPro-LEEF.html b/docs/module-SyslogPro-LEEF.html
index 6e5e85c..accdf0a 100644
--- a/docs/module-SyslogPro-LEEF.html
+++ b/docs/module-SyslogPro-LEEF.html
@@ -1372,7 +1372,7 @@ be as a logging stream. This class is meant to be used once per message.
diff --git a/docs/module-SyslogPro-RFC3164.html b/docs/module-SyslogPro-RFC3164.html
index fd314c7..6bdbc61 100644
--- a/docs/module-SyslogPro-RFC3164.html
+++ b/docs/module-SyslogPro-RFC3164.html
@@ -5478,7 +5478,7 @@ fashion where new messages are written to the class as needed.
diff --git a/docs/module-SyslogPro-RFC5424.html b/docs/module-SyslogPro-RFC5424.html
index 12849a8..85c7229 100644
--- a/docs/module-SyslogPro-RFC5424.html
+++ b/docs/module-SyslogPro-RFC5424.html
@@ -6059,7 +6059,7 @@ fashion where new messages are written to the class as needed.
diff --git a/docs/module-SyslogPro-Syslog.html b/docs/module-SyslogPro-Syslog.html
index 34afbe4..56a5be8 100644
--- a/docs/module-SyslogPro-Syslog.html
+++ b/docs/module-SyslogPro-Syslog.html
@@ -2669,7 +2669,7 @@ selected transport.
diff --git a/docs/module-SyslogPro.html b/docs/module-SyslogPro.html
index dd2ea59..775a02d 100644
--- a/docs/module-SyslogPro.html
+++ b/docs/module-SyslogPro.html
@@ -395,7 +395,7 @@ classes so that they may run independently.
diff --git a/package.json b/package.json
index cc4774b..d19b845 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "syslog-pro",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "A Syslog client which options for UDP, TCP, and TLS transport and suport for both RFC-3164 and RFC-5424 including Structured Data.",
"keywords": [
"Syslog",