-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed the name to blackfire in the package.swift and readme
- Loading branch information
Elliott Minns
committed
Jan 19, 2017
1 parent
a7c54c5
commit 16f8c4e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "Blackfyre" | ||
name: "Blackfire" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
(http://i.imgur.com/1qR6Nl4.png) | ||
|
||
|
||
# Blackfyre | ||
# Blackfire | ||
## An extremely fast Swift web framework | ||
|