From 2ba260b05bbaa1f2af184e74cbfaee0dc005fa15 Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Thu, 25 Jan 2018 11:43:42 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1645604..cae04fb 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ All support is handled through this repo, so if you've got a question or problem ## Introduction -This is an experimental `protoc` plugin that generates [Firebase Rules for Cloud -Firestore](https://firebase.google.com/docs/firestore/security/overview) based -on Google's Protocol Buffer format. +This is an experimental [`protoc` plugin](https://developers.google.com/protocol-buffers/docs/reference/other) +that generates [Firebase Rules for Cloud Firestore](https://firebase.google.com/docs/firestore/security/overview) +based on [Google's Protocol Buffer format](https://developers.google.com/protocol-buffers/). This allows you to easily validate your data in a platform independent manner.