diff --git a/README.md b/README.md index da37041..88ed61b 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ This is a test of a webserver honoring the sample OmegaV V2 members API. │   │   ├── member.rs ............ My custom structs relating to member functionality │   │   └── mod.rs ............... Allow for importing using the `mod` keyword │   └── webserver_member.rs ...... The webserver functions relating to the member functionality -``` \ No newline at end of file +└── test.db ...................... The SQLite3 database used + +```