Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
micheltlutz authored Jul 17, 2024
1 parent 5825104 commit 2ae342a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies: [
]
```


And include `WingedSwift` as a dependency in your target:

```swift
Expand All @@ -41,6 +42,12 @@ targets: [
]
```

To include in Vapor project use this line code in `executableTarget`.

```swift
.product(name: "WingedSwift", package: "Winged-Swift")
```

## Usage

WingedSwift allows you to build HTML documents using a DSL syntax in Swift. Here are some examples of how to use the library.
Expand Down

0 comments on commit 2ae342a

Please # to comment.