Skip to content

Commit ae70913

Browse files
committed
docs: update README
1 parent 0e98707 commit ae70913

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![PyPI](https://img.shields.io/pypi/v/dash-tailwindcss-plugin.svg?color=dark-green)](https://pypi.org/project/dash-tailwindcss-plugin/)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
66

7+
English | [简体中文](./README-zh_CN.md)
8+
79
A plugin for integrating TailwindCSS with Plotly Dash applications using Dash 3.x hooks. Supports both Tailwind CSS v3 and v4.
810

911
## Features
@@ -242,15 +244,15 @@ dash-tailwindcss-plugin/
242244
│ ├── test_dash_simple.py # Simple Dash integration tests (no browser required)
243245
│ ├── test_dash_integration.py # Dash end-to-end integration tests (requires browser automation)
244246
│ └── test_dash_callbacks.py # Dash callback and layout tests
245-
├── example_app.py # Example Dash
246-
application
247+
├── example_app.py # Example Dash application
247248
├── requirements.txt # Runtime dependencies
248249
├── requirements-test.txt # Test dependencies
249250
├── setup.py # Setup script for installation
250251
├── pyproject.toml # Build configuration
251252
├── pytest.ini # Pytest configuration
252253
├── ruff.toml # Ruff configuration (linting)
253-
└── README.md # This file
254+
├── README.md # English README file
255+
└── README-zh_CN.md # Chinese README file
254256
```
255257

256258
## Requirements

0 commit comments

Comments
 (0)