Skip to content

Commit 4f3067f

Browse files
author
José Valim
authored
Update mix.exs
1 parent 81ca1b0 commit 4f3067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule GenStage.Mixfile do
99
version: @version,
1010
elixir: "~> 1.5",
1111
package: package(),
12-
description: "Producer and consumer pipelines with back-pressure for Elixir",
12+
description: "Producer and consumer actors with back-pressure for Elixir",
1313
start_permanent: Mix.env() == :prod,
1414
deps: deps(),
1515
docs: [

0 commit comments

Comments
 (0)