Skip to content

Commit

Permalink
README cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aforcier committed Apr 1, 2015
1 parent d16a6d5 commit ef0e582
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# WordPress-Android-Editor #
# WordPress-Editor-Android #

## Introduction ##

The WordPress-Android-Editor is the text editor used in the [WordPress Android app](https://github.com/wordpress-mobile/WordPress-Android) to create and edit pages & posts. In short it's a simple, straightforward way to visually edit HTML.
WordPress-Editor-Android is the text editor used in the [WordPress Android app](https://github.com/wordpress-mobile/WordPress-Android) to create and edit pages & posts. In short it's a simple, straightforward way to visually edit HTML.

## Build Instructions ##

Expand All @@ -17,11 +17,11 @@ Then, from a Windows command prompt:

mklink /D [PROJECT_ROOT]\WordPressEditor\src\main\assets %PROJECT_ROOT%\libs\editor-common\assets

Finally, update [PROJECT_ROOT]\.git\info\exclude to ignore the symlink locally:
Finally, update `[PROJECT_ROOT]\.git\info\exclude` to ignore the symlink locally:

# assets symlink
WordPressEditor/src/main/assets

## LICENSE ##

This library is licensed under[MIT](LICENSE-MIT)
This library is licensed under [MIT](LICENSE-MIT).

0 comments on commit ef0e582

Please sign in to comment.