Merge branch '0.5' of https://github.com/amark/gun into 0.5

This commit is contained in:
Jesse Gibson 2016-11-18 11:50:24 -07:00
commit 70698112e4
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Try the [interactive tutorial](http://gun.js.org/think.html) in the browser (**5
```
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
### Hiroku
### Heroku
```bash
git clone https://github.com/amark/gun.git
cd gun

2
gun.js
View File

@ -6,7 +6,7 @@
if(typeof window !== "undefined"){ root = window }
if(typeof global !== "undefined"){ root = global }
root = root || {};
var console = root.console = root.console || {log: function(){}};
var console = root.console || {log: function(){}};
function require(arg){
return arg.slice? require[resolve(arg)] : function(mod, path){
arg(mod = {exports: {}});