summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2017-03-07 23:44:51 +0200
committerGitHub <noreply@github.com>2017-03-07 23:44:51 +0200
commit0c22cac1006e8a238c105ef05d54b143349c4857 (patch)
tree35abafc3c2bb67db97b02660dad8a853c9660b8d /README.md
parentbc4c8d48ffb808717da4a108497055b9fdf391b9 (diff)
downloadpf4j-0c22cac1006e8a238c105ef05d54b143349c4857.tar.gz
pf4j-0c22cac1006e8a238c105ef05d54b143349c4857.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 48856bc..8ad5ace 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ You can define an extension point in your application using **ExtensionPoint** i
```java
public interface Greeting extends ExtensionPoint {
- public String getGreeting();
+ String getGreeting();
}
```