While trying to import
openZeppelin
library in remix IDE (the online version), it always return this error
Contract not found
and this is how I tried to import it
import "github/OpenZeppelin/openzeppelin-contracts/contracts/math/SafeMath. sol";
and it doesn't work and i tried this as well
pragma solidity ^0.4.24;
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v2.5.0/contracts/math/SafeMath.sol";
and it still didn't work as well
How do I import it correctly