Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 90a833a

Browse files
committed
More readme tweaks. Add DS_Store to to gitignore
1 parent 6f7058c commit 90a833a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ wp-content/uploads/
1010
wp-content/wp-cache-config.php
1111
wp-content/plugins/hello.php
1212

13+
.DS_Store
14+
._.DS_Store
15+
._*
16+
1317
/.htaccess
1418
/license.txt
1519
/readme.html

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TODO:
1919
- [ ] Are multiple submit buttons supported?
2020

2121
Future:
22-
- [ ]Support for reporting
22+
- [ ] Support for reporting
2323

2424

2525
## Learnosity API
@@ -32,6 +32,7 @@ The Learnosity API plugin allows you to embed Learnosity items on your site usin
3232
### Installation
3333
After activating the plugin, visit Settings > Learnosity API Plugin and add your Learnosity consumer key and consumer secret (course ID is optional). Once you\'ve saved these settings, you\'ll be able to start embedding Learnosity items on your site by using shortcodes.
3434

35+
### Usage
3536

3637
#### Basic Inline Example
3738
You can embed a set of items fairly simply by adding the following shortcode, with your own items:
@@ -80,10 +81,13 @@ Setting `autorender="false"` will allow you to place the item elements wherever
8081

8182
You can also manually embed a submit button this way:
8283

83-
```[lrn-items items="Demo6" autorender="false" rendersubmit="true"]
84+
```
85+
[lrn-items items="Demo6" autorender="false" rendersubmit="true"]
8486
[lrn-item ref="Demo6"]
85-
[lrn-submit]```
87+
[lrn-submit]
88+
```
8689

90+
The End
8791

8892

8993

0 commit comments

Comments
 (0)