Skip to content

Commit

Permalink
Merge pull request #20 from flowonyx/patch-1
Browse files Browse the repository at this point in the history
Fix typos in README.md from @flowonyx
  • Loading branch information
mikespook authored Oct 29, 2017
2 parents efb9f2f + d1aeb7e commit 9833b83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Version

Currently, goRBAC has two versions:

[Version 1](https://github.com/mikespook/gorbac/tree/v1.dev) is the original design which will only mantain to fix bugs.
[Version 1](https://github.com/mikespook/gorbac/tree/v1.dev) is the original design which will only be mantained to fix bugs.

[Version 2](https://github.com/mikespook/gorbac/tree/v2.dev) is the newly design which will continually mantain with a stable API.
[Version 2](https://github.com/mikespook/gorbac/tree/v2.dev) is the new design which will be continually mantained with a stable API.

While [the master branch](https://github.com/mikespook/gorbac) will be under developing with new API and can be changed without notice.
[The master branch](https://github.com/mikespook/gorbac) will be under development with a new API and can be changed without notice.


Install
Expand All @@ -42,7 +42,7 @@ Install the package:
Usage
=====

Although 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 use with two phases:

1. Preparing

Expand Down Expand Up @@ -85,7 +85,7 @@ Add the permissions to roles:

Also, you can implement `gorbac.Role` and `gorbac.Permission` for your own data structure.

After initailization, add the roles to the RBAC instance:
After initialization, add the roles to the RBAC instance:

rbac.Add(rA)
rbac.Add(rB)
Expand Down Expand Up @@ -117,7 +117,7 @@ And there are some built-in util-functions:
[AnyGranted](https://godoc.org/github.com/mikespook/gorbac#AnyGranted),
[AllGranted](https://godoc.org/github.com/mikespook/gorbac#AllGranted).
Please [open an issue](https://github.com/mikespook/gorbac/issues/new)
for the new built-in requriement.
for the new built-in requirement.

E.g.:

Expand Down

0 comments on commit 9833b83

Please sign in to comment.