Skip to content

Commit

Permalink
Also update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GoudekettingRM committed Jan 23, 2024
1 parent bab2575 commit f271115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ yarn add @goudekettingrm/parameterize
Import and use the parameterize function in your TypeScript or JavaScript project:

```typescript
import { parameterize } from 'parameterize';
import { parameterize } from '@goudekettingrm/parameterize';

const normalizedString = parameterize('Äpfel & Birnen!');
console.log(normalizedString); // Outputs: 'apfel-birnen'
Expand Down

0 comments on commit f271115

Please sign in to comment.