satyarohith / sift

Sift is a routing and utility library for Deno Deploy.
https://deno.land/x/sift
MIT License
170 stars 14 forks source link

A typo on readme.md #9

Closed digitaldesigndj closed 3 years ago

digitaldesigndj commented 3 years ago

I was just staring at this for way too long.

intervene: response => {
      response.headers.set(("content-type": "text/css; charset=utf-8"));
      return response;
}

response.headers.set({"content-type": "text/css; charset=utf-8"});

of course...

Working on a pull request.