Commit Diff
--- README.md +++ README.md @@ -12,7 +12,7 @@ Database and table needed, build on MariaDB / MySQL: `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), `ip` varchar(255) DEFAULT NULL, `count` int(11) NOT NULL, - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1;