Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7894a76

Browse files
committed
wording
1 parent adc3091 commit 7894a76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Plugin - to structure your business logic in composable blocks!
1+
# `Plugin` helps you to structure your business logic in composable blocks.
22

3-
Basically a light version of [Plug](https://github.com/elixir-lang/plug).
3+
Basically a light version of [Plug](https://github.com/elixir-lang/plug). Most of the code is a straight copy from Plug,
44

55
Think:
6-
- `Plug` without web-specific logic and without a typed `Conn` type.
6+
- `Plug` without web-specific logic and without a typed `Conn`.
77

88

99
## Story

test/plugin_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule PluginTest do
2929
end
3030

3131

32-
describe "single plugin with multiple plug statements" do
32+
describe "single plugin with multiple plugin statements" do
3333
defmodule SinglePluginMultiStatements do
3434
use Plugin.Builder
3535
plugin :test1, []

0 commit comments

Comments
 (0)