Skip to content

Commit

Permalink
Merge pull request #91 from rymdhund/fix-readme
Browse files Browse the repository at this point in the history
Change Deferred.t to Lwt.t in readme
  • Loading branch information
rgrinberg committed Feb 11, 2019
2 parents 16aae89 + 6e925fe commit 5b9193b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ You should see a JSON message.

The two fundamental building blocks of opium are:

* Handlers: `Rock.Request.t -> Rock.Response.t Deferred.t`
* Handlers: `Rock.Request.t -> Rock.Response.t Lwt.t`
* Middleware: `Rock.Handler.t -> Rock.Handler.t`

Almost every all of opium's functionality is assembled through various
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You should see a JSON message.

The two fundamental building blocks of opium are:

* Handlers: `Rock.Request.t -> Rock.Response.t Deferred.t`
* Handlers: `Rock.Request.t -> Rock.Response.t Lwt.t`
* Middleware: `Rock.Handler.t -> Rock.Handler.t`

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

0 comments on commit 5b9193b

Please sign in to comment.