Skip to content

Commit

Permalink
Mention of YAML export.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
bfontaine committed Feb 13, 2013
1 parent b172c2e commit 2126fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -85,7 +85,8 @@ g2 = JSONGraph::load('myGraph.json')
```

You can also export a graph using the `.write` method. It guesses the format
using the file extension.
using the file extension. If the file extension is unknown, it uses the YAML
format.

```ruby
require 'graph'
Expand Down

0 comments on commit 2126fb2

Please sign in to comment.