From e77de799c3f0eb307be28c18f24781e125ed7b07 Mon Sep 17 00:00:00 2001 From: Yuvraj Raghuvanshi <52948878+YuvrajRaghuvanshiS@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:10:40 +0530 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a74114..c25bbb8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Row Level Permissions for FastAPI [![Build Status](https://travis-ci.com/holgi/fastapi-permissions.svg?branch=master)](https://travis-ci.com/holgi/fastapi-permissions) -While trying out the excellent [FastApi][] framework there was one peace missing for me: an easy, declarative way to define permissions of users (and roles/groups) on resources. Since I reall love the way [Pyramid][] handles this, I re-implemented and adapted the system for FastApi (well, you might call it a blatant rip-off). +While trying out the excellent [FastApi][] framework there was one piece missing for me: an easy, declarative way to define permissions of users (and roles/groups) on resources. Since I reall love the way [Pyramid][] handles this, I re-implemented and adapted the system for FastApi (well, you might call it a blatant rip-off). An extremely simple and incomplete example: