diff --git a/README.md b/README.md
index 7ceb60be3..ba9309d14 100644
--- a/README.md
+++ b/README.md
@@ -56,12 +56,12 @@ var protobuf = require("protobufjs");
Development:
```
-
+
```
Production:
```
-
+
```
The `protobuf` namespace will be available globally.
diff --git a/dist/README.md b/dist/README.md
index 0bea1eeb0..049599032 100644
--- a/dist/README.md
+++ b/dist/README.md
@@ -7,12 +7,12 @@ CDN usage
Development:
```
-
+
```
Production:
```
-
+
```
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.
diff --git a/tests/rpc.js b/tests/rpc.js
index abcbf14e8..7883acd3a 100644
--- a/tests/rpc.js
+++ b/tests/rpc.js
@@ -38,8 +38,6 @@ tape.test("RPC", function(test) {
var MyService = root.lookup("MyService");
var service = MyService.create(rpc, true, false);
-
- test.deepEqual(Object.keys(service), [ "MyMethod" ], "should create a service with exactly one method");
service.MyMethod(MyRequest.create({
path: "/"