Skip to content

Commit dca1bb8

Browse files
committed
Update README.md
1 parent 1cb2baf commit dca1bb8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ More screenshots below.
3636

3737
## Features
3838

39-
PORTFOLIOFY v3.0.0-beta.2 offers the following `OUTPUT` types requested from exposed endpoints (see [Usage](#usage)):
39+
_Portfoliofy_ v3.0.0-beta.2 offers the following `OUTPUT` types requested from exposed endpoints (see [Usage](#usage)):
4040

4141
### `OUTPUT_MAIN`
4242

@@ -80,11 +80,6 @@ _More features coming soon!_
8080
portfoliofy/
8181
8282
├── api/
83-
│ │
84-
│ ├── routers/
85-
│ │ ├── __init__.py
86-
│ │ └── endpoints/
87-
│ │ └── __init__.py
8883
│ │
8984
│ ├── core/
9085
│ │ ├── config/
@@ -99,6 +94,11 @@ portfoliofy/
9994
│ │
10095
│ ├── output/
10196
│ │
97+
│ ├── routers/
98+
│ │ ├── __init__.py
99+
│ │ └── endpoints/
100+
│ │ └── __init__.py
101+
│ │
102102
│ └── portfoliofy.py
103103
104104
├── docs/
@@ -164,7 +164,7 @@ portfoliofy/
164164
* [Swagger UI](https://swagger.io/tools/swagger-ui/): served at `/docs`.
165165
* [ReDoc](https://redocly.github.io/redoc/): served at `/redoc`.
166166

167-
![Portfoliofy](/images/portfoliofy6.png)
167+
![Portfoliofy](/docs/portfoliofy6.png)
168168
_The Swagger UI for Portfoliofy served at `/docs`_
169169

170170
3. **Choose an endpoint for your needs**

0 commit comments

Comments
 (0)