Skip to content

Commit c7d90b3

Browse files
committed
Typos and name consistency
1 parent c4a2a2d commit c7d90b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This template is what I ended up with after testing a few different configuratio
1212

1313
## Application Structure
1414

15-
The template is basically one Flask application with with two blueprints:
15+
The template is basically one Flask application with two blueprints:
1616

17-
1. Api App: Blueprint uses FlaskRestful to serve resources at the `/api` url endpoint.
17+
1. Api App: Blueprint uses Flask-RESTful to serve resources at the `/api` url endpoint.
1818
2. Client App: Minimal Blueprint used only to serve the a single-page Vue.js App at the root endpoint `/`
1919

2020

@@ -32,7 +32,7 @@ The Vue.js application is also scaffolded with examples of basic usage of Filter
3232
#### Flask Api Structure (Api App)
3333

3434
The second blueprint is served by the Api App Blueprint.
35-
This bluprint is setup using Flask Restul, but that cab be discarded for those that prefer to use standard function view and routes.
35+
This blueprint is setup using Flask-RESTful, but that can be discarded for those that prefer to use standard function view and routes.
3636

3737

3838
## Installation
@@ -61,9 +61,9 @@ To install npm dependencies.
6161

6262
`npm run dev`
6363

64-
This will server the Vue.js frontend application on `localhost:8080`.
64+
This will serve the Vue.js frontend application on `localhost:8080`.
6565

66-
Alternatively, you can also run just the flask server if you build your vuejs application first:
66+
Alternatively, you can also run just the flask serve if you build your vuejs application first:
6767

6868
`npm run build`
6969

0 commit comments

Comments
 (0)