Skip to content

Commit 9a98d8d

Browse files
committed
Minor URL/formatting cleanup.
1 parent af438f9 commit 9a98d8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# stacktrace.js
2-
## Framework-agnostic, micro-library for getting stack traces in all web browsers
2+
3+
> Framework-agnostic, micro-library for getting stack traces in all web browsers
34
[![Build Status](https://travis-ci.org/stacktracejs/stacktrace.js.svg?branch=master)](https://travis-ci.org/stacktracejs/stacktrace.js) [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stacktrace.js.svg)](https://coveralls.io/r/stacktracejs/stacktrace.js?branch=master) [![GitHub license](https://img.shields.io/github/license/stacktracejs/stacktrace.js.svg)](http://unlicense.org)
45

56
Debug and profile your JavaScript with a [stack trace](http://en.wikipedia.org/wiki/Stack_trace) of function calls leading to an error (or any condition you specify).
@@ -9,7 +10,7 @@ stacktrace.js uses browsers' `Error.stack` mechanism to generate stack traces, p
910
[Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
1011
to return an Array of [StackFrames](https://github.com/stacktracejs/stackframe).
1112

12-
#### Upgrading? Check the [0.x -> 1.x Migration Guide](http://www.stacktracejs.com/#!/docs/v0-migration-guide)
13+
#### Upgrading? Check the [0.x -> 1.x Migration Guide](https://www.stacktracejs.com/#!/docs/v0-migration-guide)
1314

1415
## Usage
1516
#### Get a stack trace from current location

0 commit comments

Comments
 (0)