From 9cea08a9ba823fd902de1aeec1c128d87b1e5abd Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Wed, 20 Aug 2014 14:35:14 -0500 Subject: [PATCH] Correctly format markdown headings --- CONTRIBUTING.md | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba567062..9bdb2d98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -#Contributing +# Contributing This project follows the normal github workflow. -#Working on a feature or issue +## Working on a feature or issue * Please make a fork of the repository if you do not already have one. * Create a branch for the feature/issue with a name like `feature-x` or `issue-#`. * Commit your changes to that branch. diff --git a/README.md b/README.md index f8b4768a..6a9ce408 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -#Planet Red +# Planet Red Planet Red is UNL's implementation of elgg -#Directory Structure +## Directory Structure * elgg - the elgg directory. Currently a submodule, checked out at 1.8.19 * vagrant - various vagrant boxes for development/testing. Use vagrant/dev/ for development * plugins - Our custom plugins such as auth and themes that need to be symlinked. Keeping the plugins out of the elgg directory makes for easy upgrades. -##Setup +## Setup 1. Initialize submodules by running `git submodule init` and then `gitsubmodule update` -##Using Vagrant +## Using Vagrant For now, use the dev vagrant box at vagrant/dev/ 1. `cd vagrant/dev/` 2. `vagrant up` 3. go to http://localhost:8005 to view the project -##TODO +## TODO * implement the UNLedu Framework 4.0 theme at plugins/unl_theme * implement UNL auth at plugins/cas_auth_unl * make sure profile image routes still work \ No newline at end of file -- GitLab