feature(delta): use WEBI_UA for curl.exe
[webi-installers/.git] / curlie / README.md
index 47ce7a7929e535e834f9deca1aa2f80a4d8ae198..df79a51458afb38c132d5f9a33a8c810dd39878d 100644 (file)
@@ -5,13 +5,8 @@ tagline: |
   curlie wraps `curl` with modern defaults and `httpie`-like syntax highlighting
 ---
 
-## Updating
-
-```bash
-webi curlie@stable
-```
-
-Use the `@beta` tag for pre-releases.
+To update or switch versions, run `webi curlie@stable` (or `@v1.6`, `@beta`,
+etc).
 
 ## Cheat Sheet
 
@@ -56,5 +51,5 @@ a remote hostname and TLS SNI (or when you want to break things ðŸ˜ˆ).
 
 ```bash
 curlie https://foo.example.com:8443 "Host: foo.example.com" \
-    --resolve foo.example.com:8443:localhost
+    --resolve foo.example.com:8443:127.0.0.1
 ```