Skip to content

Commit 0f2e4ab

Browse files
authored
Merge pull request #2 from kianmeng/fix-typo-and-prettify-repo
Fix typos and prettify markdowns
2 parents e567e48 + 951f6ce commit 0f2e4ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## v0.1.1 (2022-09-11)
22

3-
* `TestServer.url/2` no longer autostarts the test server
3+
- `TestServer.url/2` no longer autostarts the test server
44

55
## v0.1.0 (2022-09-11)
66

7-
* Initial release
7+
- Initial release

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ No fuzz ExUnit test server to mock third party services.
99

1010
Features:
1111

12-
* HTTP/1
13-
* HTTP/2
14-
* Built-in TLS with self-signed certificates
15-
* Plug route matching
12+
- HTTP/1
13+
- HTTP/2
14+
- Built-in TLS with self-signed certificates
15+
- Plug route matching
1616

1717
<!-- MDOC !-->
1818

@@ -35,7 +35,7 @@ test "fetch_url/0" do
3535
# The test server will autostart the current test, if not already running
3636
TestServer.add("/", via: :get)
3737

38-
# The URL is derrived from the current test server instance
38+
# The URL is derived from the current test server instance
3939
Application.put_env(:my_app, :fetch_url, TestServer.url())
4040

4141
{:ok, "HTTP"} = MyModule.fetch_url()

0 commit comments

Comments
 (0)