You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# `curl` Converter
2
-
Another bit of automation from [Shift](https://laravelshift.com) to convert `curl` requests to Laravel `Http` requests.
2
+
Another bit of automation from [Shift](https://laravelshift.com) to convert `curl` requests to Laravel `Http` requests. See this project in action using Shift's [online curl converting](https://laravelshift.com/convert-curl-to-http).
3
3
4
4
This project is a WIP. You may follow along with development in [Jason McCreary's live streams](https://www.youtube.com/watch?v=TpbkhR07W1g&list=PLmwAMIdrAmK5rH3SWvokHV8xI_0mauxDL&index=85).
5
5
@@ -8,7 +8,7 @@ Code contributions may be made by submitting a [Pull Request](https://github.com
8
8
9
9
- Explain the change, ideally using before and after examples.
10
10
- Pass all build steps.
11
-
- Ideally, Include tests which verify the change.
11
+
- Ideally, include tests which verify the change.
12
12
13
13
You may also contribute by [opening an issue](https://github.com/laravel-shift/curl-converter/issues/new) to report a bug or suggest a new feature.
0 commit comments