Skip to content

Commit 2352f3b

Browse files
committed
chore: Prepare for release
1 parent cc37ef9 commit 2352f3b

File tree

3 files changed

+5
-1071
lines changed

3 files changed

+5
-1071
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ npm install feathers-elasticsearch @elastic/elasticsearch --save
2929
## Quick Start
3030

3131
```js
32-
const feathers = require('@feathersjs/feathers');
33-
const express = require('@feathersjs/express');
34-
const { Client } = require('@elastic/elasticsearch');
35-
const service = require('feathers-elasticsearch');
32+
import { feathers } '@feathersjs/feathers';
33+
import express from '@feathersjs/express';
34+
import { Client } from '@elastic/elasticsearch';
35+
import service from 'feathers-elasticsearch';
3636

3737
const app = express(feathers());
3838
const esClient = new Client({ node: 'http://localhost:9200' });

0 commit comments

Comments
 (0)