From 1ea2607f165b40eb7272d4364a72fcb777d986cb Mon Sep 17 00:00:00 2001 From: Chris Thoburn Date: Tue, 16 Aug 2022 15:46:52 -0700 Subject: [PATCH] Update README.md Co-authored-by: Jen Weber --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fd05ae297..f97c822cce9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ EmberData It was designed for robustly managing data in applications built with [Ember](https://github.com/emberjs/ember.js/) and is agnostic to the underlying persistence mechanism, so it works just as well with [JSON:API](https://jsonapi.org/) or [GraphQL](https://graphql.org/) over `HTTPS` as it does with streaming `WebSockets` or local `IndexedDB` storage. -It provides many of the facilities you'd find in server-side `ORM`s like `ActiveRecord`, but is designed specifically for the unique environment of `JavaScript` in the browser. +It provides many of the features you'd find in server-side `ORM`s like `ActiveRecord`, but is designed specifically for the unique environment of `JavaScript` in the browser. - [Usage Guide](https://guides.emberjs.com/release/models/) - [API Documentation](https://api.emberjs.com/ember-data/release)