This PR adds the google.appengine.ext.deferred module to the list of available modules in the README.md file.
Recently I got confused as I thought the deferred module is not available in the SDK but then realized it is present in the package. Therefore, I'd like to add it to the list with this PR.
[x] Tests pass
[x] Appropriate changes to README are included in PR
This PR adds the
google.appengine.ext.deferred
module to the list of available modules in theREADME.md
file.Recently I got confused as I thought the
deferred
module is not available in the SDK but then realized it is present in the package. Therefore, I'd like to add it to the list with this PR.Tests pass