fix README.md (#14)

This commit is contained in:
João Moreno 2023-02-09 06:43:06 -08:00 committed by GitHub
parent c4d784910e
commit a266352ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
# vscode-policy-watcher
# @vscode/policy-watcher
[![Build Status](https://dev.azure.com/monacotools/Monaco/_apis/build/status/npm/vscode/policy-watcher?repoName=microsoft%2Fvscode-policy-watcher&branchName=main)](https://dev.azure.com/monacotools/Monaco/_build/latest?definitionId=459&repoName=microsoft%2Fvscode-policy-watcher&branchName=main)
[![Version](https://img.shields.io/npm/v/@vscode/policy-watcher.svg)](https://npmjs.org/package/@vscode/policy-watcher)
Example usage:
```js
const createWatcher = require("vscode-policy-watcher");
const createWatcher = require("@vscode/policy-watcher");
createWatcher(
"CodeOSS",