diff --git a/entr/run_arbitrary_commands_when_files_change_using_entr.md b/entr/run_arbitrary_commands_when_files_change_using_entr.md index c163b57..f804960 100644 --- a/entr/run_arbitrary_commands_when_files_change_using_entr.md +++ b/entr/run_arbitrary_commands_when_files_change_using_entr.md @@ -53,7 +53,6 @@ And we use nifty feature, we use the `--profile` flag to point to the file we wa ls t/perlcritic.rc ``` - And for building a basic Perl project, it sort of resembles the Go example above. ```bash diff --git a/httpie/print_request_and_response.md b/httpie/print_request_and_response.md index f2af98c..97a5aaa 100644 --- a/httpie/print_request_and_response.md +++ b/httpie/print_request_and_response.md @@ -51,7 +51,6 @@ And you have the following options: - `b` response body (default) - `m` response metadata - If we only want the request headers: ```bash