Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ authored Jan 21, 2022
1 parent a4eeb01 commit 92e5519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Coverage Status](https://coveralls.io/repos/github/zincware/dot4dict/badge.svg?branch=main)](https://coveralls.io/github/zincware/dot4dict?branch=main)
# Dot4Dict

Access dictionary keys with a Dot:
Expand All @@ -18,4 +19,4 @@ from dot4dict import dotdict
my_dict = dotdict({"a": {"b": {"c": "foo"}}})

assert my_dict.a.b.c == "foo"
```
```

0 comments on commit 92e5519

Please sign in to comment.