From 0d5d949887026a0f4ca276d66df8e5b1916565e8 Mon Sep 17 00:00:00 2001 From: Lucas Caro Date: Thu, 11 Jul 2019 07:23:14 -0700 Subject: [PATCH] add link to uuid in README (denoland/deno_std#536) Original: https://github.com/denoland/deno_std/commit/14fefcba1593fbcb053c9445534f8ba942f9ff9d --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac9969627a..aab3015e58 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Here are the dedicated documentations of modules: - [prettier](prettier/README.md) - [strings](strings/README.md) - [testing](testing/README.md) +- [uuid](uuid/README.md) - [ws](ws/README.md) ## Contributing