diff --git a/README.md b/README.md index b2f097e..bacd4ae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Canonical Code Style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical) [![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas) -[V8 stack traces](https://github.com/v8/v8/wiki/Stack-Trace-API) as an object. +Stack traces as an array of stack frames with source maps support. ## Usage diff --git a/package.json b/package.json index 546fdc7..5101f68 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dependencies": { "stacktrace-parser": "^0.1.10" }, - "description": "V8 stack traces", + "description": "Stack traces as an array of stack frames with source maps support.", "devDependencies": { "@semantic-release/commit-analyzer": "^11.0.0", "@semantic-release/github": "^9.1.0",