summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2020-09-26 00:26:15 -0400
committerPaul Woolcock <paul@woolcock.us>2020-09-26 07:00:08 -0400
commitd66c63dd2849aeb7f563d7baeb38fb8d895d3713 (patch)
treee82eb652dabe5700e49a4180aa5aa1201c82735f /README.md
parentcfe810be4ee7898cf5cfe39c8af9932f75ea3c59 (diff)
Remove `HttpSend` and `HttpSender`
this was maybe a good idea, but it isn't really needed
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55bf18f..aee70b0 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ use elefren::entities::event::Event;
use std::error::Error;
-fn main() -> Result<(), Box<Error>> {
+fn main() -> Result<(), Box<dyn Error>> {
let data = Data {
base: "".into(),
client_id: "".into(),