Skip to content

Commit 8a8e5df

Browse files
authored
Update README for repository URL and formatting
1 parent 460a9e9 commit 8a8e5df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Swifty helpers for working with AWS Lambda.
44

5-
## 📱 Requirements
5+
## Requirements
66

77
Swift 5.9 toolchain with Swift Package Manager.
88

9-
## 🖥 Installation
9+
## Installation
1010

1111
Lambda Extras is distributed using the [Swift Package Manager](https://swift.org/package-manager). To install it into a project, add it as a dependency within your `Package.swift` manifest:
1212

1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/Mobelux/swift-lambda-extras.git", from: "0.1.0")
15+
.package(url: "https://github.com/mgacy/swift-lambda-extras.git", from: "0.1.0")
1616
]
1717
```
1818

@@ -28,7 +28,7 @@ Where `<product>` is one of the following:
2828
- `LambdaExtras`
2929
- `LambdaMocks`
3030

31-
## ⚙️ Usage
31+
## Usage
3232

3333
This package is intended to support the creation of lambdas composed of 2 parts:
3434

0 commit comments

Comments
 (0)