Skip to content

Commit 2bee19b

Browse files
committed
Added an instruction to do with code snippets to the readme
1 parent fea54d2 commit 2bee19b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
Meeting time: Thursdays at 1600
44

55
(There might be doughnuts)
6+
7+
## Code snippets
8+
9+
To embed code snippets from this repository into a webpage you can use the
10+
following code
11+
12+
```
13+
<script src="http://gist-it.appspot.com/github/robertkrimen/gist-it-example/blob/master/example.js?footer=0"></script>
14+
```
15+
where you replace everything after github/ with the address of the repository and the file within the repository that contains
16+
the code you wish to add

0 commit comments

Comments
 (0)