Skip to content

Commit

Permalink
update Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
elgca committed Jun 22, 2024
1 parent 1e476cf commit 54c2015
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@

# 如何使用

sbt :

```scala
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.1.0"
```

编译
```shell
npm install
Expand Down
6 changes: 6 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ The generated code has not been fully tested, and there may be some incomplete a

# How to use

sbt :

```scala
libraryDependencies += "io.github.elgca" %%% "laminar-mdui" % "0.1.0"
```

compile
```shell
npm install
Expand Down

0 comments on commit 54c2015

Please sign in to comment.