Skip to content

Commit

Permalink
Add Swift syntax highlighting in README (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenGregersen authored Aug 7, 2022
1 parent 8c40b69 commit a4cebdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ So to get Bagbutik, you need to decide which functionality you need.

In your `Package.swift` add Bagbutik as a dependency:

```
```swift
dependencies: [
.package(url: "https://github.com/MortenGregersen/Bagbutik", from: "3.0.0"),
```

Then in `targets` add the libraries needed by your target:

```
```swift
targets: [
.target(
name: "Awesome",
Expand All @@ -95,7 +95,7 @@ targets: [

If all libraries are needed, the umbrella library `Bagbutik` can be used:

```
```swift
targets: [
.target(
name: "Awesome",
Expand Down

0 comments on commit a4cebdf

Please sign in to comment.