Skip to content

Commit 29c88a8

Browse files
authored
Update readme
1 parent dbec58c commit 29c88a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docker run -it -p 8080:8080 -e envSecret={your-sdk-key} featureflagco/java-serve
5757
docker run -it -p 8080:8080 -v {your-path}:/data -e envSecret={your-envSecret} featureflagco/java-server-sdk-wrapper
5858
```
5959

60-
##API
60+
## API
6161

6262
**_All the requests need a envSecret header, if not existed in header, you will receive a http 400 error; if the envSecret
6363
doesn't match the one in SDK wrapper, you will receive a http 401 error; if invalid request posted, you will receive a http 400 error_**
@@ -173,4 +173,4 @@ Response:
173173
}
174174
...
175175
}
176-
```
176+
```

0 commit comments

Comments
 (0)