memlab 1.0.4-alpha → 1.0.5-alpha
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npm install -g @memlab
|
|
|
16
16
|
To find memory leaks in Google Maps, create a scenario file defining how
|
|
17
17
|
we want to interact with the Google Maps, let's name it `test-google-maps.js`:
|
|
18
18
|
|
|
19
|
-
```
|
|
19
|
+
```javascript
|
|
20
20
|
// Visit Google Maps
|
|
21
21
|
function url() {
|
|
22
22
|
return 'https://www.google.com/maps/@37.386427,-122.0428214,11z';
|