From 69e25b5d2cb161995e267de8f106b64f7f007c16 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 3 Jun 2014 21:29:45 -0700 Subject: [PATCH] remove pointless examples --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 9750964..ee78516 100644 --- a/README.md +++ b/README.md @@ -96,28 +96,16 @@ wire.use(ut_metadata(metadata)) Ask the peer to send metadata. -```js -wire.ut_metadata.fetch() -``` - #### `ut_metadata.cancel()` Stop asking the peer to send metadata. -```js -wire.ut_metadata.cancel() -``` - #### `ut_metadata.setMetadata(metadata)` Set the metadata. If you didn't have the metadata at the time `ut_metadata` was initialized, but you end up getting it from another peer (or somewhere else), you should call `setMetadata` so the metadata will be available to the peer. -```js -wire.ut_metadata.setMetadata(metadata) -``` - #### `ut_metadata.on('metadata', function (metadata) {})` Fired when metadata is available and verified to be correct. Called with a single