Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maphel committed Sep 3, 2023
1 parent e1f5afc commit 6f357e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@maphel/classnames",
"version": "0.0.1",
"description": "A utility for generating class names",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "./dist/classnames/index.js",
"types": "./dist/classnames/index.d.ts",
"access": "public",
"scripts": {
"test": "jest --coverage",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npm install class-names-package

Import the utility function into your TypeScript or JavaScript file:
```typescript
import { classNames } from 'class-names-package';
import { classNames } from '@maphel/classnames';
```

## API
Expand Down

0 comments on commit 6f357e0

Please sign in to comment.