Skip to content

Commit 2477973

Browse files
fix: README for GitHub markdown
1 parent 13f3dd3 commit 2477973

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the Ruby Client of the Snippets Library for [Cortex](https://github.com/cortex-cms). The purpose of this gem is to create a simplified way of accessing the content of snippets that are modifiable in the Cortex IPE and rendering them as useable markup, as well as the various other attributes of Webpages.
44

5-
##Installation
5+
## Installation
66

77

88
To Install simply run
@@ -23,7 +23,7 @@ And then run
2323
bundle install
2424
```
2525
26-
##Setup
26+
## Setup
2727
2828
2929
In order to get started using the Cortex Snippets Client you're going to need to initialize a [Cortex Client](https://github.com/cortex-cms/cortex-client-ruby) object that you will be using to interact with Cortex. You will need a separate client for each tenant you have active.
@@ -44,7 +44,7 @@ Once you have your Cortex Client object you can simply initialize and store a Co
4444
@cortex_snippet_client = Cortex::Snippets::Client.new($cortex)
4545
```
4646

47-
##Usage
47+
## Usage
4848

4949

5050
Use of this gem is generally split into two categories: Snippets and Webpages
@@ -53,7 +53,7 @@ Use of this gem is generally split into two categories: Snippets and Webpages
5353

5454
**Webpages** refer to the created webpages themselves, which have several bits of relevant metadata including, but not limited to: title, keywords, and indexing information.
5555

56-
###Snippets
56+
### Snippets
5757

5858

5959
**Basic Usage**
@@ -102,7 +102,7 @@ Will result in the following markup being rendered:
102102
</snippet>
103103
```
104104

105-
###Webpages
105+
### Webpages
106106

107107
The webpage system of this gem is used quite differently, in order to properly reference it you will need to do the following:
108108

@@ -156,4 +156,4 @@ The following is in addition to the usual GitHub flow (fork the repo, pull it do
156156
* When it's accepted and approved we will merge in your code!!
157157

158158
## License
159-
Apache License, Version 2.0
159+
Apache License, Version 2.0

0 commit comments

Comments
 (0)