Skip to content

Commit

Permalink
Package.swift: Renamed the library product to WebSockets.
Browse files Browse the repository at this point in the history
  • Loading branch information
rs70 committed May 16, 2022
1 parent 8725d0f commit 5ec62d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -9,7 +9,7 @@ let package = Package(
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "concurrent-ws",
name: "WebSockets",
targets: ["WebSockets"]),
.executable(
name: "EchoServer",
Expand Down

0 comments on commit 5ec62d4

Please sign in to comment.