Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -12,11 +12,11 @@ A list of the main features of the project:
|
|||||||
|
|
||||||
| Feature | Description |
|
| Feature | Description |
|
||||||
| ------- | ----------- |
|
| ------- | ----------- |
|
||||||
| Addition | Overloaded operator + |
|
| Addition | Overloaded operator ```+``` |
|
||||||
| Subtraction | Overloaded operator - |
|
| Subtraction | Overloaded operator ```-``` |
|
||||||
| Multiplication | Overloaded operator * |
|
| Multiplication | Overloaded operator ```*``` |
|
||||||
| Division | Overloaded operator / |
|
| Division | Overloaded operator ```/``` |
|
||||||
| I/O | Overloaded operators cin/cout |
|
| I/O | Overloaded operators ```cin```/```cout``` |
|
||||||
| Comparison | Overloaded operators ```<```/```>```/```==```/```!=``` |
|
| Comparison | Overloaded operators ```<```/```>```/```==```/```!=``` |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user