Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #8

Merged
merged 1 commit into from Apr 14, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update README.md

Correct the require'd package name
  • Loading branch information
bradfol committed Apr 14, 2017
commit 667580ef92d51566e5bf29dbb919ca09c7e1ab16
@@ -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",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.