Skip to content

Commit dc7ed7c

Browse files
committed
update readme, add screenshot
1 parent 4fac146 commit dc7ed7c

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A simple HTML5 application that provides a visual interface for viewing and mana
66

77
> **LaunchDarkly Labs**: This repository is maintained by LaunchDarkly Labs. While we try to keep it up to date, it is not officially supported by LaunchDarkly. For officially supported SDKs and tools, visit [launchdarkly.com](https://launchdarkly.com).
88
9+
![LaunchDarkly Dev Toolbar with URL-Shareable Overrides](./screenshot.png)
10+
911
## Features
1012

1113
### 🎯 Flag Visualization
@@ -199,18 +201,6 @@ const flagOverridePlugin = createFlagUrlOverridePlugin({
199201
});
200202
```
201203

202-
### Custom Logger Options
203-
204-
The logger supports multiple log levels and can be customized:
205-
206-
```javascript
207-
class CustomLogger {
208-
debug(...args) { /* ... */ }
209-
info(...args) { /* ... */ }
210-
warn(...args) { /* ... */ }
211-
error(...args) { /* ... */ }
212-
}
213-
```
214204

215205
## Troubleshooting
216206

screenshot.png

714 KB
Loading

0 commit comments

Comments
 (0)