From 11b22f59742c2daed7e8b80eb90bbfe6c5e15b1a Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 26 Mar 2022 10:37:46 +0800 Subject: [PATCH 1/2] Remove dependabot.yml --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 90e9ceec..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - commit-message: - prefix: "build(deps): " \ No newline at end of file From b8c8ec0663bd548d3509033706b6829129e03997 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Sat, 26 Mar 2022 10:45:30 +0800 Subject: [PATCH 2/2] fix: fix a typo in README (#267) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633d7bdc..be881f7f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Casbin.js is a frontend port of a backend Casbin service, which facilitates the ## Example -We demostrate the usage of Casbin.js with [a React app](https://github.com/casbin-js/examples/tree/master/react). View the code to see more details. +We demonstrate the usage of Casbin.js with [a React app](https://github.com/casbin-js/examples/tree/master/react). View the code to see more details. You can use `manual` mode in Casbin.js, and set the permission whenever you wish.