Skip to content

Commit

Permalink
README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jul 5, 2021
1 parent 3dc8a2d commit 007a492
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 @@ -4,7 +4,7 @@ Authentication plugin for `Genie.jl`

## Installation

The `GenieAuthentication` package is an authentication plugin for `Genie.jl`, the highly productive Julia web framework.
The `GenieAuthentication.jl` package is an authentication plugin for `Genie.jl`, the highly productive Julia web framework.
As such, it requires installation within the environment of a `Genie.jl` MVC application, allowing the plugin to install
its files (which include models, controllers, database migrations, plugins, and other files).

Expand Down Expand Up @@ -32,15 +32,15 @@ julia> ]
(MyGenieApp) pkg> add GenieAuthentication
```

Once added, we can use it to add its files to the `Genie.jl` app (required only upon installation):
Once added, we can use its `install` function to add its files to the `Genie.jl` app (required only upon installation):

```julia
julia> using GenieAuthentication

julia> GenieAuthentication.install(@__DIR__)
```

The above command will set up the plugin's files within your Genie app (will potentially add new views, controllers, models, migrations, initializers, etc).
The above command will set up the plugin's files within your `Genie.jl` app (will potentially add new views, controllers, models, migrations, initializers, etc).

## Usage

Expand Down

0 comments on commit 007a492

Please sign in to comment.