Skip to content

Commit 8c9b9b5

Browse files
authored
Update README.md
1 parent 50477ff commit 8c9b9b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@
22
Learn a new language with a new (Italian) word-a-day!
33

44
Used in conjunction with [this simple Azure functions api](https://github.com/joshspicer/italian_api).
5+
6+
7+
# Usage
8+
9+
Create a new file at `DailyItalianWord/Secrets.swift` with your API key from above.
10+
11+
```swift
12+
// secrets.swift
13+
14+
import Foundation
15+
16+
17+
struct Secrets {
18+
static let URI = "YOUR_AZURE_API"
19+
}
20+
```

0 commit comments

Comments
 (0)