denoland / saaskit

A modern SaaS template built on Fresh.
https://deno.com/saaskit
MIT License
1.15k stars 140 forks source link

docs: fix Discord link in README #637

Closed niranjan-kurhade closed 10 months ago

niranjan-kurhade commented 10 months ago

In this PR, I have fixed the broken link of discord in the README. Now it redirects to the correct link of the Discord Server of Deno.

This PR fixes #636

iuioiua commented 10 months ago

Please run deno fmt.

niranjan-kurhade commented 10 months ago

Please run deno fmt.

Hey @iuioiua, I have made changes in the README only. So is it necessary to run deno fmt? If yes, where should I run it?

iuioiua commented 10 months ago

Please run deno fmt at the root of the project folder.

iuioiua commented 10 months ago

I ran deno fmt and now, LGTM.