Skip to content

Commit

Permalink
refactor: tailwind-simple-typography -> twind-simple-typography
Browse files Browse the repository at this point in the history
  • Loading branch information
nonameP765 committed Aug 19, 2024
1 parent d69e436 commit 3dd7d1e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ You can set up `fontFamily`, `fontWeight`, `fontSize`, and `lineHeight` easily a
## Installation

```bash
npm install tailwind-simple-typography
yarn add tailwind-simple-typography
pnpm add tailwind-simple-typography
npm install twind-simple-typography
yarn add twind-simple-typography
pnpm add twind-simple-typography
```

## Usage
Expand All @@ -28,7 +28,7 @@ module.exports = {
...
plugins: [
...
require('tailwind-simple-typography')({
require('twind-simple-typography')({
fontFamilyMap: {
'pretendard-normal': {
weight: 400,
Expand Down Expand Up @@ -79,4 +79,4 @@ interface TypographyOptions {
nonameP765 - [email protected]

## Code
[GitHub](https://github.com/nonameP765/tailwind-simple-typography)
[GitHub](https://github.com/nonameP765/twind-simple-typography)
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tailwind-simple-typography",
"name": "twind-simple-typography",
"version": "0.0.1",
"description": "Simple typography plugin for Tailwind CSS",
"main": "dist/index.js",
Expand All @@ -10,7 +10,7 @@
],
"respository": {
"type": "git",
"url": "git+https://github.com/nonameP765/tailwind-simple-typography"
"url": "git+https://github.com/nonameP765/twind-simple-typography"
},
"scripts": {
"build": "tsc"
Expand Down

0 comments on commit 3dd7d1e

Please sign in to comment.