Skip to content

Commit 5b9193b

Browse files
authored
Merge pull request #91 from rymdhund/fix-readme
Change Deferred.t to Lwt.t in readme
2 parents 16aae89 + 6e925fe commit 5b9193b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.cpp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You should see a JSON message.
7373

7474
The two fundamental building blocks of opium are:
7575

76-
* Handlers: `Rock.Request.t -> Rock.Response.t Deferred.t`
76+
* Handlers: `Rock.Request.t -> Rock.Response.t Lwt.t`
7777
* Middleware: `Rock.Handler.t -> Rock.Handler.t`
7878

7979
Almost every all of opium's functionality is assembled through various

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You should see a JSON message.
102102

103103
The two fundamental building blocks of opium are:
104104

105-
* Handlers: `Rock.Request.t -> Rock.Response.t Deferred.t`
105+
* Handlers: `Rock.Request.t -> Rock.Response.t Lwt.t`
106106
* Middleware: `Rock.Handler.t -> Rock.Handler.t`
107107

108108
Almost every all of opium's functionality is assembled through various

0 commit comments

Comments
 (0)