From c8b505c7dc5e30506e752d54e62a551519eaa2f2 Mon Sep 17 00:00:00 2001 From: Caspian Ahlberg Date: Thu, 27 Jun 2024 11:54:53 -0700 Subject: [PATCH] Make the README more correct --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a76c06..5933651 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # DBOS typescript-eslint plugin -typescript-eslint plugin for DBOS sdk +typescript-eslint plugin for DBOS SDK The [DBOS SDK](https://github.com/dbos-inc/dbos-ts) (from [DBOS, Inc.](https://dbos.dev)) is a **Typescript framework built on the database** that helps you develop transactional backend applications. -This [eslint](https://eslint.org) plugin assists in the following aspects of coding: +This [typescript-eslint](https://typescript-eslint.io/) plugin assists in the following aspects of coding: - Correct use of the DBOS SDK - Conformance to TypeScript best practices - Identification of code that may contain security vulnerabilities and unexpected nondeterminism @@ -12,7 +12,7 @@ This [eslint](https://eslint.org) plugin assists in the following aspects of cod The fastest way to get started with DBOS is by following the [quickstart](https://docs.dbos.dev/getting-started/quickstart), where you'll learn how to get a backend running in less than five minutes. -The tutorial and examples include setup of `eslint` with this plugin. +The tutorial and examples include setup of `typescript-eslint` with this plugin. ## Additional Documentation