瀏覽代碼

Minor formatting change in README.

AnnaTomanek 11 年之前
父節點
當前提交
d83ad138a0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      packages/ckeditor5-engine/README.md

+ 3 - 3
packages/ckeditor5-engine/README.md

@@ -114,13 +114,13 @@ Assuming that `npm` and `grunt` are installed globally, run a few commands:
 
 
 Other than the files available in this repository, it is expected that target projects will also contain the following directories:
 Other than the files available in this repository, it is expected that target projects will also contain the following directories:
 
 
-* **/src/**<br>
+* `/src/`<br>
   The source code of the project.
   The source code of the project.
 
 
-* **/build/**<br>
+* `/build/`<br>
   If any build is created, it should be placed in this folder.
   If any build is created, it should be placed in this folder.
 
 
-* **[module|group]/tests/**<br>
+* `[module|group]/tests/`<br>
   The place for tests. Its final placement is per project. It can either stay in the project root or inside sub-directories that represent parts of the project, like modules or plugins.
   The place for tests. Its final placement is per project. It can either stay in the project root or inside sub-directories that represent parts of the project, like modules or plugins.
 
 
 ## Boilerplate License
 ## Boilerplate License