@tyleretters/discography 0.0.2 → 0.0.3

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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,8 @@ Built with Python 3.11.5. Imports:
18
18
  ## Usage Instructions
19
19
 
20
20
  - `npm i @tyleretters/discography`
21
- - `import discogrpahy from '@tyleretters/discography/dist/data.json'`
21
+ - `import discography from '@tyleretters/discography/dist/data.json'`
22
+ - `console.log(discography)`
22
23
 
23
24
  ## Development Instructions
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyleretters/discography",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A canonical discography of the music of Tyler Etters in JSON.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {