Skip to content

Commit

Permalink
add syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon Kyoung committed Aug 2, 2013
1 parent a5b5a96 commit 600343a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -13,6 +13,7 @@ NPM
$ npm install swift

### Code
```javascript
var Swift = require('swift');

var swift = new Swift({
Expand Down Expand Up @@ -48,7 +49,7 @@ NPM

// Get Object Binary
swift.getFile(containerName, objectName, responseObject);

```
### License

MIT <3
MIT <3

0 comments on commit 600343a

Please sign in to comment.