From 667580ef92d51566e5bf29dbb919ca09c7e1ab16 Mon Sep 17 00:00:00 2001 From: Brad Fol Date: Fri, 14 Apr 2017 12:38:35 -0700 Subject: [PATCH] Update README.md Correct the require'd package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 106cdb6..c895d2e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The `node-loggly-bulk` library is compliant with the [Loggly API][api]. Using `n Before we can do anything with Loggly, we have to create a client with valid credentials. We will authenticate for you automatically: ``` js - var loggly = require('loggly'); + var loggly = require('node-loggly-bulk'); var client = loggly.createClient({ token: "your-really-long-input-token",