Skip to content

Commit 4dd1747

Browse files
committedFeb 25, 2021
Make readme contain less marketing links
1 parent a2a0636 commit 4dd1747

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed
 

‎.github/workflows/elixir.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: docker build . --file Dockerfile --tag waffle
1919

2020
- name: Run linters
21-
run: docker run waffle_ecto mix credo --strict
21+
run: docker run waffle mix credo --strict
2222

2323
- name: Run tests
24-
run: docker run waffle_ecto mix test
24+
run: docker run waffle mix test

‎README.md

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
1-
# Waffle
2-
3-
[![Hex.pm Version][hex-img]][hex-url]
4-
[![waffle documentation][hexdocs-img]][hexdocs-url]
5-
61
[hex-img]: http://img.shields.io/hexpm/v/waffle.svg
72
[hex-url]: https://hex.pm/packages/waffle
3+
84
[hexdocs-img]: http://img.shields.io/badge/hexdocs-documentation-brightgreen.svg
95
[hexdocs-url]: https://hexdocs.pm/waffle
106

11-
[logo-img]: https://elixir-waffle.github.io/waffle/assets/logo.svg
12-
[Waffle]: https://evrone.com/waffle-elixir-library?utm_source=github&utm_campaign=waffle
13-
[Evrone design team]: https://evrone.com/branding?utm_source=github&utm_campaign=waffle
14-
[build with Elixir]: https://evrone.com/elixir?utm_source=github&utm_campaign=waffle
7+
[evrone-img]: https://img.shields.io/badge/Sponsored_by-Evrone-brightgreen.svg
8+
[evrome-url]: https://evrone.com?utm_source=waffle
9+
10+
# Waffle [![Sponsored by Evrone][evrone-img]][evrome-url]
11+
12+
[![Hex.pm Version][hex-img]][hex-url]
13+
[![waffle documentation][hexdocs-img]][hexdocs-url]
1514

1615
<img align="right" width="176" height="120"
1716
alt="Waffle is a flexible file upload library for Elixir"
1817
src="https://elixir-waffle.github.io/waffle/assets/logo.svg">
1918

20-
[Waffle] is a flexible file upload library for Elixir with straightforward integrations for Amazon S3 and ImageMagick.
19+
Waffle is a flexible file upload library for Elixir with straightforward integrations for Amazon S3 and ImageMagick.
2120

2221
[Documentation](https://hexdocs.pm/waffle)
2322

24-
Thanks [Evrone design team] for Waffle's branding.
25-
26-
What else we [build with Elixir] at Evrone.
27-
2823
## Attribution
2924

3025
Great thanks to Sean Stavropoulos (@stavro) for the original awesome work on the library.

0 commit comments

Comments
 (0)