Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeep committed May 1, 2024
1 parent 49b08d7 commit 62c8cdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ Exception is a custom error library for Node.js that provides a more flexible an
![Version](https://img.shields.io/badge/Version-1.0.0-cornflowerblue)
[![codecov](https://codecov.io/gh/kabeep/exception/graph/badge.svg?token=KZH2CVD2CD)](https://codecov.io/gh/kabeep/exception)
[![License](https://img.shields.io/badge/License-MIT-slateblue)](LICENSE)
[![CircleCI](https://dl.circleci.com/status-badge/img/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master)

English | [简体中文](README.zh-CN.md)

![Alt](https://repobeats.axiom.co/api/embed/92224457b32c02414aa34c21a923f17f95019cd4.svg "Repobeats analytics image")

<img src="docs/images/Inheritance-and-prototype-chain.png" alt="inheritance-tree">

Inheritance and the prototype chain
Expand Down
3 changes: 3 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ Exception 是一个用于 Node.js 的自定义错误库,它提供了一种更
![Version](https://img.shields.io/badge/Version-1.0.0-cornflowerblue)
[![codecov](https://codecov.io/gh/kabeep/exception/graph/badge.svg?token=KZH2CVD2CD)](https://codecov.io/gh/kabeep/exception)
[![License](https://img.shields.io/badge/License-MIT-slateblue)](LICENSE)
[![CircleCI](https://dl.circleci.com/status-badge/img/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/circleci/Qh23T2Zgw4Fy4V8uvKaymp/JeKeBwNTskLytiuiJPdQ2R/tree/master)

[English](README.md) | 简体中文

![Alt](https://repobeats.axiom.co/api/embed/92224457b32c02414aa34c21a923f17f95019cd4.svg "Repobeats analytics image")

<img src="docs/images/Inheritance-and-prototype-chain.png" alt="inheritance-tree">

继承与原型链
Expand Down

0 comments on commit 62c8cdc

Please sign in to comment.