Skip to content

Commit e716ada

Browse files
Update README.md
1 parent 689f894 commit e716ada

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This module is a work in progress and is a barebones XMPP client module at the m
1313
# Sample Code
1414

1515
```
16-
require('./shim')
17-
1816
import React, { Component } from 'react';
1917
import {
2018
AppRegistry,
@@ -25,7 +23,7 @@ import {
2523
2624
global.Buffer = global.Buffer || require('buffer').Buffer
2725
28-
var xmpp = require('./reactnative-xmpp.js');
26+
var xmpp = require('reactnative-xmpp.js');
2927
3028
var conf = {login: 'user2',
3129
password: 'Chelsea@100',

0 commit comments

Comments
 (0)