diff --git a/README.md b/README.md
index 29d3684..b52da55 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,17 @@ Custom permissions plugin for [Obsidian](https://obsidian.gg) - this is likely h
ObsidianPermissions has several options that can be configured in the `config.yml` file:
```yaml
-
+groups:
+- name: default
+ permissions:
+ - bukkit.command.time.add
+ - bukkit.command.time.set
+ - minecraft.command.time
+- name: member
+ rank: 10
+ display_name: '&6[Member] &f%p'
+ extends:
+ - default
```
## Features
diff --git a/pom.xml b/pom.xml
index 9fc364e..fd7dc8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
gg.obsidian
ObsidianPermissions
- 0.1.0
+ 1.0.0
Custom permissions plugin for Obsidian
https://github.com/the-obsidian/ObsidianPermissions