Skip to content

Commit

Permalink
Style guide (#9)
Browse files Browse the repository at this point in the history
* update link to style_guide

* remove badges
  • Loading branch information
justjavac committed Mar 21, 2022
1 parent 078d4de commit 337649b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
@@ -1,10 +1,5 @@
# deno_starter

[![tag](https://img.shields.io/github/release/justjavac/deno_starter)](https://github.com/justjavac/deno_starter/releases)
[![Build Status](https://github.com/justjavac/deno_starter/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_starter/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_starter)](https://github.com/justjavac/deno_starter/blob/master/LICENSE)
[![](https://img.shields.io/badge/deno-v1.x-green.svg)](https://github.com/denoland/deno)

Quickly start a Deno module.

## 🧐 What's inside?
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Expand Up @@ -6,7 +6,7 @@
* generated documentation is more rich text.
* Therefore JSDoc should generally follow markdown markup to enrich the text.
*
* follow https://deno.land/std/style_guide.md
* follow https://deno.land/manual/contributing/style_guide
*
* @param foo - Description of non obvious parameter
*/
Expand Down

0 comments on commit 337649b

Please sign in to comment.