From 0eab7ede26608f379e0544e1570a7b545ee30b05 Mon Sep 17 00:00:00 2001 From: Kirollos Nayrouz <30801129+Kiro24@users.noreply.github.com> Date: Tue, 15 Feb 2022 01:39:43 +0200 Subject: [PATCH] fixed small typo in readme file --- 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: