Browse Source

made documentation in to a list for easier reading

bmallred 10 years ago
parent
commit
31d0c93a36
2 changed files with 10 additions and 6 deletions
  1. 4 3
      README.md
  2. 6 3
      app/views/Home/About.html

+ 4 - 3
README.md

@ -13,9 +13,10 @@ It is actually quite simple. Simple click on "My Profile" in the upper right-han
13 13
corner and log in using Google+. Once authenticated a new account will be configured
14 14
for you and now it is time to use it.
15 15
The interface is minimalistic to reduce clutter as well as make it as user friendly
16
as possible. To adjust your goal of daily calories just use the sliding bar. To add
17
some type of food and its calories do so and click add. Made a mistake? Go ahead and click
18
on the "fire" icon to burn your trash.
16
as possible.
17
 * To adjust your goal of daily calories just use the sliding bar.
18
 * To add some type of food and its calories do so and click add.
19
 * Made a mistake? Go ahead and click on the "fire" icon to burn your trash.
19 20
20 21
Where is this heading?
21 22
----------------------

+ 6 - 3
app/views/Home/About.html

@ -12,9 +12,12 @@
12 12
    corner and log in using Google+. Once authenticated a new account will be configured
13 13
    for you and now it is time to use it.</p>
14 14
    <p>The interface is minimalistic to reduce clutter as well as make it as user friendly
15
    as possible. To adjust your goal of daily calories just use the sliding bar. To add
16
    some type of food and its calories do so and click add. Made a mistake? Go ahead and click
17
    on the "fire" icon to burn your trash.</p>
15
    as possible.</p>
16
    <ul>
17
        <li>To adjust your goal of daily calories just use the sliding bar.</li>
18
        <li>To add some type of food and its calories do so and click add.</li>
19
        <li>Made a mistake? Go ahead and click on the "fire" icon to burn your trash.</li>
20
    </ul>
18 21
19 22
    <h2>Where is this heading?</h2>
20 23
    <p>Actually this started as a demonstration of using the Go programming language. Typically