Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeXC committed Oct 12, 2018
1 parent 357bb85 commit 2a40863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Udao

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.2.5.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.0-rc.3.

## Development server

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Expand Up @@ -74,7 +74,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"styles.css"
"src/styles.css"
],
"scripts": [],
"assets": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Expand Up @@ -2,7 +2,7 @@
<img src="./../../assets/svg/angular_youdao.svg" class="rounded mx-auto d-block home-logo" alt="logo">
<h1>Udao</h1>
<p class="lead">
使用 Angular 6 服务端渲染开发的有道词典<br>
使用 Angular 7 服务端渲染开发的有道词典<br>
支持英译汉和单词模糊搜索<br>
</p>
</div>

0 comments on commit 2a40863

Please sign in to comment.