Skip to content

Commit 56d3030

Browse files
committed
typo
1 parent 5973da5 commit 56d3030

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ try {
7070
}
7171
```
7272

73-
* 'Escape token input' option in the Property Manager corresponds to 'escape_early' in the code.
74-
| Escape token input (on) == escape_early (True)
75-
| Escape token input (off) == escape_early (False)
73+
* 'Escape token input' option in the Property Manager corresponds to 'escapeEarly' in the code.
74+
Escape token input (on) == escapeEarly (true)
75+
Escape token input (off) == escapeEarly (false)
7676
* In [Example 2] for Query String, it's only okay for 'Ignore query string' option (on).
7777
* If you want to 'Ignore query string' option (off) using query string as your token, Please contact your Akamai representative.
7878

@@ -109,7 +109,7 @@ try {
109109

110110
* ACL can use the wildcard(\*, ?) in the path.
111111
* Don't use '!' in your path because it's ACL Delimiter.
112-
* Use 'escape_early=False' as default setting but it doesn't matter turning on/off 'Escape token input' option in the Property Manager
112+
* Use 'escapeEarly=false' as default setting but it doesn't matter turning on/off 'Escape token input' option in the Property Manager
113113

114114

115115
## Usage
@@ -154,7 +154,7 @@ Returns the authorization token string.
154154

155155

156156
## Others
157-
If you use the **Segmented Media Protection** behavior in AMD(Adaptive Media Delivery) Product, **tokenName(options.tokenName)** should be '**hdnts**'.
157+
If you use the **Segmented Media Protection** behavior in AMD(Adaptive Media Delivery) Product, **tokenName** should be '**hdnts**'.
158158

159159
<div style="text-align:center"><img src=https://github.com/AstinCHOI/akamai-asset/blob/master/edgeauth/segmented_media_protection.png?raw=true/></div>
160160

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ plugins {
55
group 'com.akamai'
66
version '0.3.0'
77

8-
sourceCompatibility = 1.8
9-
108
repositories {
119
mavenCentral()
1210
}

0 commit comments

Comments
 (0)