Skip to content

Commit

Permalink
quick note about alpha support for deno
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 28, 2022
1 parent b41f2de commit 68ec07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mongoose

Mongoose is a [MongoDB](https://www.mongodb.org/) object modeling tool designed to work in an asynchronous environment. Mongoose supports [Node.js](https://nodejs.org/en/) and [Deno](https://deno.land/) (beta).
Mongoose is a [MongoDB](https://www.mongodb.org/) object modeling tool designed to work in an asynchronous environment. Mongoose supports [Node.js](https://nodejs.org/en/) and [Deno](https://deno.land/) (alpha).

[![Build Status](https://github.com/Automattic/mongoose/workflows/Test/badge.svg)](https://github.com/Automattic/mongoose)
[![NPM version](https://badge.fury.io/js/mongoose.svg)](http://badge.fury.io/js/mongoose)
Expand Down Expand Up @@ -46,7 +46,7 @@ First install [Node.js](http://nodejs.org/) and [MongoDB](https://www.mongodb.or
$ npm install mongoose
```

Mongoose 6.8.0 also includes beta support for [Deno](https://deno.land/).
Mongoose 6.8.0 also includes alpha support for [Deno](https://deno.land/).

## Importing

Expand Down

0 comments on commit 68ec07d

Please sign in to comment.