Skip to content

Commit fff3645

Browse files
authored
update docs on install (#15)
1 parent 39fe82b commit fff3645

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ additional types, which can be easily built on top of this package.
4040
## Installation
4141

4242
### Swift Package Manager
43-
dependencies: [
44-
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.3.1"),
45-
],
43+
44+
```swift
45+
let package = Package(
46+
dependencies: [
47+
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.3.1"),
48+
]
49+
)
50+
```
4651
4752
### Cocoa Pods
4853

0 commit comments

Comments
 (0)