Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Szune committed Sep 22, 2020
1 parent 786fbd2 commit 56140d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Aeon

**Not production ready**
**Works, but isn't production ready**
**aeon-derive is barely started**

Awfully exciting object notation

Expand All @@ -17,6 +18,7 @@ servers: [
```rust
let servers = aeon::deserialize(data).unwrap().get("servers").unwrap().list().unwrap();
println!("{:?}", servers);
// there's also get("path/to/value") functions, currently they do not support indexing though
```

### Comments
Expand Down

0 comments on commit 56140d6

Please sign in to comment.