Przeglądaj źródła

Updates to notus docs

Anatoly Pulyaevskiy 6 lat temu
rodzic
commit
f0d816d355
2 zmienionych plików z 9 dodań i 8 usunięć
  1. 8
    7
      packages/notus/README.md
  2. 1
    1
      packages/notus/pubspec.yaml

+ 8
- 7
packages/notus/README.md Wyświetl plik

@@ -1,16 +1,17 @@
1
-# [![Build Status](https://travis-ci.com/memspace/notus.svg?branch=master)](https://travis-ci.com/memspace/notus) [![codecov](https://codecov.io/gh/memspace/notus/branch/master/graph/badge.svg)](https://codecov.io/gh/memspace/notus)
2
-
3 1
 **Notus** is a rich text document model for [Zefyr][] project.
4 2
 
3
+This package is currently in early preview. If you found a bug or
4
+have a feature request, please file it at the [issue tracker][].
5
+
5 6
 Zefyr provides a lightweight and user friendly rich text editor for
6 7
 Flutter framework.
7 8
 
8 9
 For documentation, please see the main [Zefyr][] repository.
9 10
 
10
-> Zefyr is a Flutter package which means it can only be used inside of
11
-> Flutter projects. Notus is a **generic Dart package** and does not
12
-> depend on Flutter in any way. It can be used on any platform supported
13
-> by the Dart language: web, server (mac, linux, windows) and,
14
-> of course, mobile (android and ios).
11
+Notus is a **generic Dart package** and does not depend
12
+on Flutter in any way. It can be used on any platform supported
13
+by the Dart language: web, server (mac, linux, windows) and,
14
+of course, mobile (android and ios).
15 15
 
16 16
 [Zefyr]: https://github.com/memspace/zefyr
17
+[issue tracker]: https://github.com/memspace/zefyr/issues

+ 1
- 1
packages/notus/pubspec.yaml Wyświetl plik

@@ -2,7 +2,7 @@ name: notus
2 2
 description: Rich text document model for Zefyr editor.
3 3
 version: 0.1.0
4 4
 author: Memspace <hello@memspace.app>
5
-homepage: https://github.com/memspace/notus
5
+homepage: https://github.com/memspace/zefyr
6 6
 
7 7
 environment:
8 8
   sdk: '>=2.0.0-dev.58.0 <2.0.0'