newrelic / nr1-community

An open-source library of useful components for building on New Relic One's programmability platform.
https://developer.newrelic.com
Apache License 2.0
11 stars 12 forks source link

Typo in README missing @newrelic in Import statement #57

Open glitton opened 4 years ago

glitton commented 4 years ago

The import statement for the community components needs an @newrelic

Description

README states import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from 'nr1-community';

BUT the nr1-community needs to have the @newrelic so it needs to be import { DetailPanel, EmptyState, Timeline, NerdGraphError, timeRangeToNrql } from '@newrelic/nr1-community';

Steps to Reproduce

Expected Behaviour

Relevant Logs / Console output

Your Environment

Additional context