Skip to content

Commit e9f0b4c

Browse files
author
hirsch88
committed
Fix headings
1 parent 315844e commit e9f0b4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install a MySQL database.
5454

5555
> If you work with a mac, we recommend to use homebrew for the installation
5656
57-
#### Step 2: Create new Project
57+
### Step 2: Create new Project
5858
Fork or download this project. Configure your package.json for your new project.
5959

6060
Then copy the example .env file and enter your database connection.
@@ -68,7 +68,7 @@ npm run setup
6868

6969
> This installs all dependencies with yarn. After that it migrates the database and seeds some test data into it.
7070
71-
#### Step 3: Serve your App
71+
### Step 3: Serve your App
7272
Go to the project dir and start your app
7373
```
7474
npm run serve
@@ -77,7 +77,7 @@ npm run serve
7777
> This starts a local server using `nodemon`, which will watch for any file changes and will restart the sever according to these changes.
7878
> The server address will be displayed to you as `http://0.0.0.0:3000`.
7979
80-
#### Step 4: Create a new Resource
80+
### Step 4: Create a new Resource
8181
Go to the project dir and hit this command
8282
```
8383
npm run console make:resource
@@ -89,7 +89,7 @@ Apply the same information like you see below in the screenshot.
8989

9090
> Now you have created a complete new endpoint in your api for the resource pets
9191
92-
#### Step 5: Create a Seeder
92+
### Step 5: Create a Seeder
9393
TODO
9494

9595
## Scripts / Tasks

0 commit comments

Comments
 (0)