Skip to content

Commit 09c6790

Browse files
committed
correct typos & links in README
1 parent 3a43abd commit 09c6790

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ This plugin enhances [takezoe/gitbucket](https://github.com/takezoe/gitbucket) b
66

77
### Global Announce
88

9-
This feature allows to notify gitbucket users. It is available to `admin` via the `System Administration` menu of gitbucket.
9+
This feature allows to notify gitbucket users. It is available to _admin_ users via the `System Administration` menu of gitbucket.
1010

1111
The global announce, sends an email to all active users.
1212

13-
It is then possible, for example, to notify every user that an upgarde of the system is planned the next monday at midday.
13+
It is then possible, for example, to notify every user that an upgrade of the system is planned the next monday at midday.
1414

1515
## Usage
1616

17-
- Open a shell window at the root of the project, hit `sbt package` in the root directory of this repository
18-
- remove any copy of gitbucket-announce-plugin from GITBUCKET_HOME/plugins
17+
- Open a shell window at the root of the project, hit `sbt package`
18+
- if you update gitbucket-announce-plugin, remove any existing copy of gitbucket-announce-plugin from GITBUCKET_HOME/plugins
1919
- Copy target/scala-2.11/gitbucket-announce-plugin_2.11-1.0.jar into GITBUCKET_HOME/plugins
2020
- Restart GitBucket
2121

@@ -25,4 +25,4 @@ It is then possible, for example, to notify every user that an upgarde of the sy
2525

2626
- introduce gitbucket-announce-plugin
2727
- global announce by email in `System Administration` menu
28-
- depends on takezoe/gitbucket#861
28+
- depends on [takezoe/gitbucket#861](https://github.com/takezoe/gitbucket/pull/861)

0 commit comments

Comments
 (0)