diff --git a/README.md b/README.md index a5e501b7..3b567276 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Build and Test](https://github.com/cedar-policy/cedar-go/actions/workflows/build_and_test.yml/badge.svg) ![golangci-lint](https://github.com/cedar-policy/cedar-go/actions/workflows/golangci-lint.yml/badge.svg) -This repository contains source code of the Go implentation of the [Cedar](https://www.cedarpolicy.com/) policy language. +This repository contains source code of the Go implementation of the [Cedar](https://www.cedarpolicy.com/) policy language. Cedar is a language for writing and enforcing authorization policies in your applications. Using Cedar, you can write policies that specify your applications' fine-grained permissions. Your applications then authorize access requests by calling Cedar's authorization engine. Because Cedar policies are separate from application code, they can be independently authored, updated, analyzed, and audited. You can use Cedar's validator to check that Cedar policies are consistent with a declared schema which defines your application's authorization model. @@ -132,4 +132,4 @@ We welcome contributions from the community. Please either file an issue, or see ## License -This project is licensed under the Apache-2.0 License. \ No newline at end of file +This project is licensed under the Apache-2.0 License.