Skip to content

Commit

Permalink
Merge pull request #18 from siadat/fix-typos
Browse files Browse the repository at this point in the history
fix typos in README.md
  • Loading branch information
mikespook authored Jun 19, 2017
2 parents 9224fa9 + 1f6a499 commit efb9f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Install the package:
Usage
=====

Despite you can adjust the RBAC instance anytime and it's absolutely safe, the library is designed for using with two phases:
Although you can adjust the RBAC instance anytime and it's absolutely safe, the library is designed for using with two phases:

1. Preparing

Expand Down Expand Up @@ -123,13 +123,13 @@ E.g.:

rbac.SetParent("role-c", "role-a")
if err := gorbac.InherCircle(rbac); err != nil {
fmt.Println("A circle inheratance ocurred.")
fmt.Println("A circle inheratance occurred.")
}

Persistence
-----------

The mose asked question is how to persist the goRBAC instance. Please check the post [HOW TO PERSIST GORBAC INSTANCE](https://mikespook.com/2017/04/how-to-persist-gorbac-instance/) for the details.
The most asked question is how to persist the goRBAC instance. Please check the post [HOW TO PERSIST GORBAC INSTANCE](https://mikespook.com/2017/04/how-to-persist-gorbac-instance/) for the details.

Patches
=======
Expand Down

0 comments on commit efb9f2f

Please sign in to comment.