@launchdarkly/toolbar 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -220,7 +220,7 @@ Connect directly to a LaunchDarkly dev server to manage server-side flags:
220
220
 
221
221
  ```tsx
222
222
  useLaunchDarklyToolbar({
223
- devServerUrl: 'http://localhost:8080',
223
+ devServerUrl: 'http://localhost:5764',
224
224
  projectKey: 'my-project', // Optional
225
225
  position: 'bottom-right',
226
226
  });