Skip to content

Add syntax coloring for code blocks in the README#1

Open
mh-cbon wants to merge 1 commit into
kelvins:masterfrom
mh-cbon:patch-1
Open

Add syntax coloring for code blocks in the README#1
mh-cbon wants to merge 1 commit into
kelvins:masterfrom
mh-cbon:patch-1

Conversation

@mh-cbon

@mh-cbon mh-cbon commented Mar 28, 2019

Copy link
Copy Markdown

No description provided.

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 67.081% when pulling 088c6c0 on mh-cbon:patch-1 into 2b39596 on kelvins:master.

@kelvins

kelvins commented Mar 29, 2019

Copy link
Copy Markdown
Owner

Hello @mh-cbon, thanks a lot for your contribution to the project.

Can you please just fix the indentation?

For example:

    CREATE DATABASE rest_api_example;
    USE rest_api_example;
    CREATE TABLE users (
        id INT AUTO_INCREMENT PRIMARY KEY,
        name VARCHAR(50) NOT NULL,
        age INT NOT NULL
    );

to

CREATE DATABASE rest_api_example;
USE rest_api_example;
CREATE TABLE users (
    id INT AUTO_INCREMENT PRIMARY KEY,
    name VARCHAR(50) NOT NULL,
    age INT NOT NULL
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants