Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add syntax coloring for code blocks in the README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mh-cbon
Copy link

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

No description provided.

@coveralls
Copy link

Coverage Status

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

@kelvins
Copy link
Owner

kelvins commented Mar 29, 2019

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