Skip to content

Commit

Permalink
doc(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzzzzy committed Sep 7, 2018
1 parent 625ff08 commit 3218620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
## Features

- [x] registration
- [x] login authorization
- [x] Authentication
- [x] login
- [x] Authorization and Authentication
- [x] Organization Management
- [x] User Management
- [x] role management
Expand Down Expand Up @@ -70,7 +70,7 @@ import { Module } from '@nestjs/common';
import { GraphQLModule } from '@nestjs/graphql';
import { TypeOrmModule } from '@nestjs/typeorm';

import { UserModule } from '@notadd/module-user';
import { UserModule } from './user';

@Module({
imports: [
Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## 功能

- [x] 注册
- [x] 登录授权
- [x] 鉴权
- [x] 登录
- [x] 授权、鉴权
- [x] 组织管理
- [x] 用户管理
- [x] 角色管理
Expand Down Expand Up @@ -68,7 +68,7 @@ import { Module } from '@nestjs/common';
import { GraphQLModule } from '@nestjs/graphql';
import { TypeOrmModule } from '@nestjs/typeorm';

import { UserModule } from '@notadd/module-user';
import { UserModule } from './user';

@Module({
imports: [
Expand Down

0 comments on commit 3218620

Please sign in to comment.