@@ -38,7 +38,7 @@ The data returned from the API is automatically converted into [OpenStruct](http
3838See the examples below to get a better idea of how to access the data.
3939
4040### Examples
41- ##### Search
41+ #### Search
4242``` rb
4343>> achievements = client.search(indexes: ' achievement' , string: ' tankless' )
4444=> ...
@@ -48,7 +48,7 @@ See the examples below to get a better idea of how to access the data.
4848=> 10
4949```
5050
51- ##### Content
51+ #### Content
5252``` rb
5353>> client.content
5454=> [" Achievement" , " AchievementCategory" , " AchievementKind" , ...]
@@ -64,13 +64,13 @@ See the examples below to get a better idea of how to access the data.
6464=> [" To Crush Your Enemies IV" , " To Crush Your Enemies V" ]
6565```
6666
67- ##### Servers
67+ #### Servers
6868``` rb
6969>> client.servers
7070=> [" Adamantoise" , " Aegis" , " Alexander" , ...]
7171```
7272
73- ##### Character
73+ #### Character
7474``` rb
7575>> characters = client.character_search(name: ' raelys skyborn' , server: ' behemoth' )
7676=> ...
@@ -84,7 +84,7 @@ See the examples below to get a better idea of how to access the data.
8484=> 692
8585```
8686
87- ##### Free Company
87+ #### Free Company
8888``` rb
8989>> fcs = client.free_company_search(name: ' lodestone' , server: ' behemoth' )
9090=> ...
@@ -98,7 +98,7 @@ See the examples below to get a better idea of how to access the data.
9898=> " Raelys Skyborn"
9999```
100100
101- ##### Linkshell
101+ #### Linkshell
102102``` rb
103103>> linkshells = client.linkshell_search(name: ' thunderbirds' , server: ' behemoth' )
104104=> ...
@@ -110,7 +110,7 @@ See the examples below to get a better idea of how to access the data.
110110=> " Thunderbirds"
111111```
112112
113- ##### PVP Team
113+ #### PVP Team
114114``` rb
115115>> teams = client.pvp_team_search(name: ' kill' , server: ' chaos' )
116116=> ...
@@ -120,15 +120,15 @@ See the examples below to get a better idea of how to access the data.
120120=> " !Kill_For_A_Friend!"
121121```
122122
123- ##### Lodestone
123+ #### Lodestone
124124``` rb
125125>> updates = client.lodestone(:updates )
126126=> ...
127127>> updates.first.title
128128=> " Companion App Updated (Sep. 18)"
129129```
130130
131- ##### Patch List
131+ #### Patch List
132132``` rb
133133>> patch = client.patch_list.last
134134=> ...
0 commit comments