Merge pull request #1898 from atom/open-source-release

Open Source Atom
This commit is contained in:
Kevin Sawicki
2014-05-05 12:59:19 -07:00
6 changed files with 41 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ class Workspace extends Model
# Public: Open Atom's license in the active pane.
openLicense: ->
@open(join(atom.getLoadSettings().resourcePath, 'LICENSE'))
@open(join(atom.getLoadSettings().resourcePath, 'LICENSE.md'))
# Synchronously open the given URI in the active pane. **Only use this method
# in specs. Calling this in production code will block the UI thread and