You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2017/09/15 12:32:43 UTC

incubator-netbeans git commit: Cleaning up & formatting README

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 2fb34333f -> c56180755


Cleaning up & formatting README


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/c5618075
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/c5618075
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/c5618075

Branch: refs/heads/master
Commit: c56180755363a9a0528ff1e84da28568280b47ab
Parents: 2fb3433
Author: GeertjanWielenga <ge...@GeertjanWielengas-MacBook-Pro.local>
Authored: Fri Sep 15 14:32:35 2017 +0200
Committer: GeertjanWielenga <ge...@GeertjanWielengas-MacBook-Pro.local>
Committed: Fri Sep 15 14:32:35 2017 +0200

----------------------------------------------------------------------
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5618075/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 410ad63..7ac2f43 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,18 @@
-Apache NetBeans
-===============
+# Apache NetBeans
 
 NetBeans is an open source development environment, tooling platform, and application framework.
 
-# Building NetBeans
+### Building NetBeans
 
 Build the full project:
 ```
 $ ant
 ```
-# Running NetBeans
+### Running NetBeans
 
 Navigate into the root folder and:
 ```
 $ ant tryme
 ```
 
-Also, look in nbbuid/netbeans for the NetBeans installation created by the build process.
+Also, look in nbbuild/netbeans for the NetBeans installation created by the build process.