Skip to content

Commit

Permalink
PR comments resolved (#2)
Browse files Browse the repository at this point in the history
* Update README.md

* Update String+Extensions.swift

* Update Application+Ferno.swift
  • Loading branch information
chibombo committed Oct 3, 2023
1 parent af3fd06 commit 66e4fbe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ You will need:
In your Package.swift file, add the line

```swift
.package(url: "https://github.com/petrpavlik/ferno.git", .branch("master"))
.package(url: "https://github.com/vapor-community/ferno.git", from: "0.4.0")
```

Also make sure you add `Ferno` as a dependency
Expand Down
7 changes: 0 additions & 7 deletions Sources/Ferno/Application+Ferno.swift
@@ -1,10 +1,3 @@
//
// Application+Ferno.swift
// Ferno
//
// Created by Maxim Krouk on 6/12/20.
//

import Vapor
import JWT

Expand Down
7 changes: 0 additions & 7 deletions Sources/Ferno/Extensions/String+Extensions.swift
@@ -1,10 +1,3 @@
//
// String+Extensions.swift
// Ferno
//
// Created by Maxim Krouk on 6/12/20.
//

import JWT

// MARK: - JWT Helper Stuff
Expand Down

0 comments on commit 66e4fbe

Please sign in to comment.