Skip to content

Commit aa51d8d

Browse files
committed
update README.md
1 parent c8de432 commit aa51d8d

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
# Python Value-Objects
22

3-
A collection of Value Objects to save time by generalizing types and format validations.
3+
A collection of Value Objects to save time by generalizing types and format validations.
4+
5+
* [Value-objects](#value-objects)
6+
* [Numeric value-objects](#numeric-value-objects)
7+
* [Int](#int)
8+
* [Nullable Int](#nullable-int)
9+
* [String value-objects](#string-value-objects)
10+
* [String](#string)
11+
12+
13+
# Value-objects
14+
15+
## Numeric value-objects
16+
17+
### Int
18+
19+
### Nullable Int
20+
21+
## String value-objects
22+
23+
### String

0 commit comments

Comments
 (0)