Skip to content

Instantly share code, notes, and snippets.

View dcaravana's full-sized avatar

Diego Caravana dcaravana

View GitHub Profile
<?php
/////////////////////
// slack2html
// by @levelsio
/////////////////////
//
/////////////////////
// WHAT DOES THIS DO?
/////////////////////
//
@dcaravana
dcaravana / Vagrantfile
Created January 11, 2016 23:07
imply on vagrant
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
diff --git a/README.md b/README.md
index a9b9f4f..398252e 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ var Foo = React.createClass({
});
```
-## A Goole Maps component
+## A Google Maps component