Skip to content

Commit 051a61d

Browse files
typeo
1 parent 9796bd1 commit 051a61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ create table companies
6565
);
6666

6767
-- add some companies
68-
insert into table companies (name) values
68+
insert into companies (name) values
6969
('company 1'),('company 2'),('company 2');
7070

7171
-- this is the parent table

0 commit comments

Comments
 (0)