Skip to content

Commit

Permalink
Merge pull request #1326 from coder006/readme_fix
Browse files Browse the repository at this point in the history
Fixed the README.md
  • Loading branch information
Cadair committed Mar 12, 2015
2 parents 4e0199a + dd6d157 commit 45fbb73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ Here is a quick example of plotting an AIA image:

```python
>>> import sunpy.map
>>> import sunpy.data.sample
>>> import matplotlib.cm as cm
>>> aia = sunpy.map.Map(sunpy.AIA_171_IMAGE)
>>> aia = sunpy.map.Map(sunpy.data.sample.AIA_171_IMAGE)
>>> aia.peek(cmap=cm.hot)
```

Expand Down

0 comments on commit 45fbb73

Please sign in to comment.