Fix Formatting Errors
diff --git a/README.md b/README.md
index 4e1fb0b..629ac5d 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
 ```
 
 ## Example
-``rust
+```rust
 extern crate rustyline;
 
 use rustyline::error::ReadlineError;
@@ -52,7 +52,7 @@
 You can use this package in your project by adding the following
 to your `Cargo.toml`:
 
-``toml
+```toml
 [dependencies]
 rustyline = "0.1.0"
 ```